/*
 * Local Font Declarations
 *
 * Inter          – base UI font (Regular, Medium, SemiBold, Bold)
 * Billion Dreams – decorative display font (headings only)
 *
 * Paths are relative from assets/css/ → assets/fonts/
 */


/* ==========================================================================
   Inter
   ========================================================================== */

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

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

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

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


/* ==========================================================================
   Billion Dreams
   ========================================================================== */

@font-face {
    font-family: 'Billion Dreams';
    src: url('../fonts/billion/billion-dreams.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
