﻿/* =============================================
   Inter Local Webfonts
   Files: webfonts/
   ============================================= */

@font-face {
    font-family: 'Inter';
    src: url('../webfonts/inter_variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../webfonts/inter_italic_variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* =============================================
   CF Din Condensed (display)
   Figma uses "CF Din / Condensed" (commercial).
   Local files: DINish Condensed (SIL OFL) — closest free match.
   Swap these files with licensed CF Din Condensed when available.
   ============================================= */

@font-face {
    font-family: 'CF Din';
    src: url('../webfonts/DINishCondensed-Regular.woff2') format('woff2'),
         url('../webfonts/DINishCondensed-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CF Din';
    src: url('../webfonts/DINishCondensed-Bold.woff2') format('woff2'),
         url('../webfonts/DINishCondensed-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CF Din';
    src: url('../webfonts/DINishCondensed-Black.woff2') format('woff2'),
         url('../webfonts/DINishCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
