

@font-face {
    font-family: 'BebasNeue';
    font-weight: 400;
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
         url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Outfit';
    font-weight: 300;
    src: url('../fonts/Outfit-Light.woff2') format('woff2'),
         url('../fonts/Outfit-Light.woff') format('woff');
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    font-weight: 400;
    src: url('../fonts/Outfit-Regular.woff2') format('woff2'),
         url('../fonts/Outfit-Regular.woff') format('woff');
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    font-weight: 600;
    src: url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
         url('../fonts/Outfit-SemiBold.woff') format('woff');
    font-display: swap;
    font-style: normal;
}


