/* ============================================================
   fonts.css — Local Font Definitions
   All fonts are served from assets/fonts/ (no Google dependency)

   Body Font:    Pompiere      → assets/fonts/pompiere.ttf
   Heading Font: Architects Daughter → assets/fonts/architects-daughter.ttf

   To switch body font, update the font-family values in style.css.
   Available locally:
     - pompiere.ttf
     - architects-daughter.ttf
     - kalam.ttf
     - gaegu.ttf
   ============================================================ */

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

@font-face {
    font-family: 'Architects Daughter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/architects-daughter.ttf') format('truetype');
}

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

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