/* Outfit Regular (400) */
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Outfit Bold (700) */
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Outfit Black (900) */
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}