/* ==============================
   TYPOGRAPHY
============================== */
body,
button,
input,
select,
textarea,
.site,
.site-header,
.main-navigation,
.entry-title,
.entry-content,
.sidebar,
.footer,
.widget {
    font-family: 'BHubInter', Arial, sans-serif;
}

body {
    font-size: 1rem;
    line-height: 1.7;
    color: #1f2937;
}

/* H1 tidak terlalu besar */
h1,
.entry-title,
.single-post .entry-title {
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.25;
    font-weight: 700;
    color: #0b3768;
    margin: 0 0 1rem;
}

/* H2 sedang */
h2,
.entry-content h2 {
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    line-height: 1.35;
    font-weight: 700;
    color: #0b3768;
    margin: 2rem 0 0.8rem;
}

/* H3 lebih kecil */
h3,
.entry-content h3 {
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    line-height: 1.4;
    font-weight: 600;
    color: #123c69;
    margin: 1.6rem 0 0.7rem;
}

.entry-content p {
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 1rem;
}

/* ==============================
   LOCAL FONTS
============================== */

@font-face {
    font-family: 'BHubInter';
    src: url('../fonts/inter-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BHubInter';
    src: url('../fonts/inter-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BHubInter';
    src: url('../fonts/inter-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-family: 'BHubInter', Arial, sans-serif;
}