/* Self-hosted Afacad font — eliminates external Google Fonts requests entirely */
/* font-display: swap prevents Flash of Invisible Text (FOIT) */

@font-face {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./afacad-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./afacad-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./afacad-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./afacad-700.woff2') format('woff2');
}
