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

@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    /* TODO: restaurar MundialDemibold.woff2 quando corrigido o suporte a acentuação */
    src: url(MundialBold.woff2) format('woff2'),
         url(MundialBold.woff) format('woff');
}

@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(MundialBold.woff2) format('woff2'),
         url(MundialBold.woff) format('woff');
}
