/* Google Fonts 本地化 */

/* Space Grotesk - Display Font */
@font-face {
    font-family: 'Space Grotesk';
    src: url('./fonts/SpaceGrotesk-Variable.ttf') format('truetype');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

/* Outfit - Body Font */
@font-face {
    font-family: 'Outfit';
    src: url('./fonts/Outfit-Variable.ttf') format('truetype');
    font-weight: 300 600;
    font-style: normal;
    font-display: swap;
}
