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

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

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

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