/* =============================================================================
   TuturBangsa — Self-Hosted Fonts
   Disesuaikan dengan nama file yang tersedia di folder assets/fonts/
   ============================================================================= */

/* =============================================================================
   PLAYFAIR DISPLAY — Heading Font
   ============================================================================= */

@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 800 & 900 fallback ke 700 */
@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-700.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-700.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* =============================================================================
   INTER — Body & UI Font
   ============================================================================= */

/* 300 fallback ke 400 */
@font-face {
    font-family: 'Inter';
    src: url('inter-400.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('inter-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('inter-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* 600 fallback ke 500 */
@font-face {
    font-family: 'Inter';
    src: url('inter-500.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('inter-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
