/* ==========================================================================
   Self-hosted fonts — Clash Grotesk + Inter
   ========================================================================== */

/* Clash Grotesk — 600 (Semibold) */
@font-face {
    font-family: 'Clash Grotesk';
    src: url('clash-grotesk-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Inter — 400 (Regular) */
@font-face {
    font-family: 'Inter';
    src: url('inter-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter — 500 (Medium) */
@font-face {
    font-family: 'Inter';
    src: url('inter-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Inter — 600 (Semibold) */
@font-face {
    font-family: 'Inter';
    src: url('inter-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Inter — 700 (Bold) */
@font-face {
    font-family: 'Inter';
    src: url('inter-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
