@font-face {
    font-family: 'MundoSans';
    src: url('MundoSansStdRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MundoSans';
    src: url('https://cdn-ds.com/builder2/fonts/MundoSans/MundoSansStdLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MundoSans';
    src: url('MundoSansStdBlack.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'MundoSans';
    src: url('MundoSansStdMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'MundoSans';
    src: url('MundoSansStdMediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}