/* ========================================================================== 
   00. LOAD FONTS DARI ASSETS (FINAL & SESUAI FILE SYSTEM)
   ========================================================================== */

/* 1. Hubballi - Regular */
@font-face {
    font-family: 'Hubballi';
    src: url('../../fonts/Hubballi-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 2. Oswald - Variable (Satu file untuk semua ketebalan) */
@font-face {
    font-family: 'Oswald';
    src: url('../../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 700; 
    font-style: normal;
    font-display: swap;
}

/* 3. FiraSans - Light/200 (Format WOFF2) */
@font-face {
    font-family: 'FiraSans';
    src: url('../../fonts/fira-sans-v18-latin-200.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

