@font-face {
    font-family: 'fast-font';
    src: url('./fastfont-400.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'fast-font';
    src: url('./fastfont-500.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'fast-font';
    src: url('./fastfont-700.woff2') format('woff2');
    font-weight: 700;
}

/* Optional: Kozuka Gothic if needed */
@font-face {
    font-family: 'Kozuka Gothic Pro';
    src: url('./KozukaGothicPro-R.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'Kozuka Gothic Pro';
    src: url('./KozukaGothicPro-M.woff2') format('woff2');
    font-weight: 500;
}
