/* Local Fonts - Works Completely Offline */
/* All fonts are stored in the fonts/ folder */

/* Outfit Font */
@font-face {
    font-family: 'Outfit';
    src: url('./fonts/outfit-400.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('./fonts/outfit-500.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('./fonts/outfit-700.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('./fonts/outfit-900.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}

/* Great Vibes Script Font */
@font-face {
    font-family: 'Great Vibes';
    src: url('./fonts/greatvibes-regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}