/* ------------------------ INTER ------------------------ */

@font-face {
    font-family: 'InterRegular';
    src: 
        url(./../fonts/inter/interRegular.woff2) format('woff2'),
        url(./../fonts/inter/interRegular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'InterLight';
    src: 
        url(./../fonts/inter/interLight.woff2) format('woff2'),
        url(./../fonts/inter/interLight.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'InterSemiBold';
    src: 
        url(./../fonts/inter/interSemiBold.woff2) format('woff2'),
        url(./../fonts/inter/interSemiBold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'InterBold';
    src: 
        url(./../fonts/inter/interBold.woff2) format('woff2'),
        url(./../fonts/inter/interBold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'InterBlack';
    src: 
        url(./../fonts/inter/interBlack.woff2) format('woff2'),
        url(./../fonts/inter/interBlack.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* ------------------------ OUTFIT ------------------------ */

@font-face {
    font-family: 'OutfitRegular';
    src: 
        url(./../fonts/outfit/outfitRegular.woff2) format('woff2'),
        url(./../fonts/outfit/outfitRegular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OutfitLight';
    src: 
        url(./../fonts/outfit/outfitLight.woff2) format('woff2'),
        url(./../fonts/outfit/outfitLight.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OutfitBold';
    src: 
        url(./../fonts/outfit/outfitBold.woff2) format('woff2'),
        url(./../fonts/outfit/outfitBold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OutfitBlack';
    src: 
        url(./../fonts/outfit/outfitBlack.woff2) format('woff2'),
        url(./../fonts/outfit/outfitBlack.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* ------------------------ STOLZL ------------------------ */

@font-face {
    font-family: 'StolzlRegular';
    src: 
        url(./../fonts/stolzl/stolzlRegular.woff2) format('woff2'),
        url(./../fonts/stolzl/stolzlRegular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'StolzlThin';
    src: 
        url(./../fonts/stolzl/stolzlThin.woff2) format('woff2'),
        url(./../fonts/stolzl/stolzlThin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'StolzlLight';
    src: 
        url(./../fonts/stolzl/stolzlLight.woff2) format('woff2'),
        url(./../fonts/stolzl/stolzlLight.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'StolzlMedium';
    src: 
        url(./../fonts/stolzl/stolzlMedium.woff2) format('woff2'),
        url(./../fonts/stolzl/stolzlMedium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'StolzlBold';
    src: 
        url(./../fonts/stolzl/stolzlBold.woff2) format('woff2'),
        url(./../fonts/stolzl/stolzlBold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}
