/* Univers LT Std 55 Roman */
@font-face {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: normal;
    src: url('./UniversLTStd.woff2') format('woff2'),
    url('./UniversLTStd.woff') format('woff');
}

/* Univers LT Std 45 Light */
@font-face {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 300;
    src: url('./UniversLTStd-Light.woff2') format('woff2'),
    url('./UniversLTStd-Light.woff') format('woff');
}
