@font-face {
    font-family: 'Inter';
    src: url('../assets/fonts/inter-v20-latin-regular.woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../assets/fonts/inter-v20-latin-500.woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../assets/fonts/inter-v20-latin-500italic.woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../assets/fonts/inter-v20-latin-600.woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../assets/fonts/inter-v20-latin-600italic.woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../assets/fonts/inter-v20-latin-800.woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../assets/fonts/inter-v20-latin-800italic.woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}


/* OUTFIT */

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/outfit-v15-latin-regular.woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/outfit-v15-latin-500.woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/outfit-v15-latin-700.woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/outfit-v15-latin-800.woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/outfit-v15-latin-900.woff2');
    font-weight: 900;
    font-display: swap;
}