/* Inter – Regular */
@font-face {
    font-family: 'Inter';
    src: url('/shared_assets/fonts/inter-v20-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter – Bold */
@font-face {
    font-family: 'Inter';
    src: url('/shared_assets/fonts/inter-v20-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Space Grotesk – Regular */
@font-face {
    font-family: 'Space Grotesk';
    src: url('/shared_assets/fonts/space-grotesk-v22-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Space Grotesk – Bold */
@font-face {
    font-family: 'Space Grotesk';
    src: url('/shared_assets/fonts/space-grotesk-v22-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
