@font-face {
    font-family: 'Archivo_Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Archivo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Archivo_Light';
    font-style: normal;
    font-weight: 300;
    /* Light font usually has weight 300 */
    font-display: swap;
    src: url('../fonts/Archivo-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Archivo_Bold';
    font-style: normal;
    font-weight: 700;
    /* Bold font should have weight 700 */
    font-display: swap;
    src: url('../fonts/Archivo-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Archivo_Medium';
    font-style: normal;
    font-weight: 900;
    /* Black font is usually the heaviest (900) */
    font-display: swap;
    src: url('../fonts/Archivo-Medium.ttf') format('truetype');
}



@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/mundial/MundialBlack.otf') format('opentype');
}

@font-face {
    font-family: 'Mundial';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/mundial/MundialBlackItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/mundial/MundialBold.otf') format('opentype');
}

@font-face {
    font-family: 'MundialDemibold';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/mundial/MundialDemibold.otf') format('opentype');
}

@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/mundial/MundialHair.otf') format('opentype');
}

@font-face {
    font-family: 'Mundial';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/mundial/MundialItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/mundial/MundialLight.otf') format('opentype');
}

@font-face {
    font-family: 'MundialRegular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mundial/MundialRegular.otf') format('opentype');
}

@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/mundial/MundialThin.otf') format('opentype');
}

