/* @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:wght@300;400;600;700&display=swap'); */


@font-face {
    font-family: 'Open Sans';
    src: url('./OpenSans-Regular.woff2') format('woff2'),
        url('./OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'URBAN HOOK-UPZ';
    src: url('./URBANHOOK-UPZ-Bold.woff2') format('woff2'),
        url('./URBANHOOK-UPZ-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MV Boli';
    src: url('./MVBoli.woff2') format('woff2'),
        url('./MVBoli.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chiller';
    src: url('./Chiller.woff2') format('woff2'),
        url('./Chiller.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

