@font-face {
    font-family: 'UniversLTStdRegular';
    src: url("./fonts/UniversLTStd/UniversLTStd.otf") format("opentype"); /* Open Type Font */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTStdLight';
    src: url("./fonts/UniversLTStd/UniversLTStd-Light.otf") format("opentype"); /* Open Type Font */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTStdLight';
    src: url("./fonts/UniversLTStd/UniversLTStd-LightObl.otf") format("opentype"); /* Open Type Font */
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'LouvreSansRegular';
    src: url("./fonts/Louvre/Print/LouvreSansRegular.otf") format("opentype"), /* Open Type Font */
        url("./fonts/Louvre/WWW/LouvreSansRegular.ttf") format("truetype"), /* Safari, Android, iOS */
        url("./fonts/Louvre/WWW/Louvre_Sans-Regular_web.woff") format("woff"), /* Modern Browsers */
        url("./fonts/Louvre//WWW/Louvre_Sans-Regular_web.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LouvreSansMedium';
    src: url("./fonts/Louvre/Print/LouvreSansMedium.otf") format("opentype"), /* Open Type Font */
        url("./fonts/Louvre/WWW/LouvreSansMedium.ttf") format("truetype"), /* Safari, Android, iOS */
        url("./fonts/Louvre/WWW/Louvre_Sans-Medium_web.woff") format("woff"), /* Modern Browsers */
        url("./fonts/Louvre//WWW/Louvre_Sans-Medium_web.woff2") format("woff2"); /* Modern Browsers */
}