@font-face {
    font-family: 'Univers';
    src: url('./UniversLight.ttf') format('truetype');
    font-weight: lighter;
}

@font-face {
    font-family: 'Univers';
    src: url('./UniversRegular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Univers';
    src: url('./UniversBold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Univers Header';
    src: url('./UniversLT.otf') format('opentype');
    font-weight: normal;
}