@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: 'UniversLTStdCn';
    src: url("./fonts/UniversLTStd/UniversLTStd-Cn.otf") format("opentype"); /* Open Type Font */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTStdBold';
    src: url("./fonts/UniversLTStd/UniversLTStd-Bold.otf") format("opentype"); /* Open Type Font */
    font-weight: normal;
    font-style: bold;
}


@font-face {
    font-family: 'LouvreSerifRegular';
    src: url("./fonts/Louvre/LouvreSerifRegular.ttf") format("truetype"); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'F25_Executive';
    src: url("./fonts/F25_Executive.otf") format("opentype"); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}