/*
Theme Name: Blank Canvas Theme
Theme URI: https://example.com/
Author: Andikadsg
Description: Starter theme WordPress kosong untuk pengembangan custom.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: blank-canvas
*/

@font-face {
    font-family: "Lovelo";
    src: url("assets/fonts/Lovelo.woff2") format("woff2"),
         url("assets/fonts/Lovelo.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
#page,
.site,
.site-content,
.container,
.wrapper,
main {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    background: #fff;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lovelo", Arial, sans-serif;
    font-weight: 400;
}

h1 { font-size: 48px; line-height: 1.2; }
h2 { font-size: 36px; line-height: 1.25; }
h3 { font-size: 28px; line-height: 1.3; }
h4 { font-size: 22px; line-height: 1.35; }
h5 { font-size: 18px; line-height: 1.4; }
h6 { font-size: 16px; line-height: 1.4; }

p {
    font-size: 16px;
    line-height: 1.6;
}

small {
    font-size: 14px;
}

p,
span,
div,
a,
button,
input,
textarea,
select,
label,
li {
    font-family: "Inter", Arial, sans-serif;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

ul,
ol {
    list-style: none;
}
