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

/*--------------------------------------------------------------
# Local Web Fonts
# Josefin Sans — Variable Font (wght 100–700)
# Didact Gothic — Regular
--------------------------------------------------------------*/


/* Josefin Sans — Normal */
@font-face {
    font-family: 'Josefin Sans';
    src: url('../webfonts/JosefinSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 700;
    font-style: normal;
    font-display: swap;
}

/* Josefin Sans — Italic */
@font-face {
    font-family: 'Josefin Sans';
    src: url('../webfonts/JosefinSans-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 700;
    font-style: italic;
    font-display: swap;
}

/* Didact Gothic — Regular */
@font-face {
    font-family: 'Didact Gothic';
    src: url('../webfonts/DidactGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
