/* Self-hosted typefaces: Inter Tight + Clash Grotesk
 * Single stylesheet so each family is declared once from a local origin.
 * font-display: swap keeps text readable while faces load.
 */

/* Inter Tight — weights used by the theme (300–700) */
@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('inter-tight/InterTight-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('inter-tight/InterTight-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('inter-tight/InterTight-500.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('inter-tight/InterTight-600.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('inter-tight/InterTight-700.ttf') format('truetype');
}

/* Clash Grotesk — weights used by the theme (400–700) */
@font-face {
    font-family: 'Clash Grotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('clash-grotesk/ClashGrotesk-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Clash Grotesk';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('clash-grotesk/ClashGrotesk-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Clash Grotesk';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('clash-grotesk/ClashGrotesk-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Clash Grotesk';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('clash-grotesk/ClashGrotesk-700.woff2') format('woff2');
}
