/* Static font declarations for /public/fonts */

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/Univers 45 Light.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: italic;
    font-weight: 300;
    src: url('/fonts/Univers 45 Light Oblique.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Univers 55 Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/Univers 55 Oblique.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Univers 65 Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/Univers 65 Bold Oblique.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/Univers 75 Black.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: italic;
    font-weight: 900;
    src: url('/fonts/Univers 75 Black Oblique.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 950;
    src: url('/fonts/Univers 85 Extra Black.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: italic;
    font-weight: 950;
    src: url('/fonts/Univers 85 Extra Black Oblique.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 400;
    font-stretch: condensed;
    src: url('/fonts/Univers Condensed.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: italic;
    font-weight: 400;
    font-stretch: condensed;
    src: url('/fonts/Univers Condensed Oblique.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 700;
    font-stretch: condensed;
    src: url('/fonts/Univers Bold Condensed.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: italic;
    font-weight: 700;
    font-stretch: condensed;
    src: url('/fonts/Univers Bold Condensed Oblique.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 400;
    font-stretch: expanded;
    src: url('/fonts/Univers Extended.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 700;
    font-stretch: expanded;
    src: url('/fonts/Univers Bold Extended.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: italic;
    font-weight: 700;
    font-stretch: expanded;
    src: url('/fonts/Univers Bold Extended Oblique.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 900;
    font-stretch: expanded;
    src: url('/fonts/Univers Black Extended.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: italic;
    font-weight: 900;
    font-stretch: expanded;
    src: url('/fonts/Univers Black Extended Oblique.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 300;
    font-stretch: ultra-condensed;
    src: url('/fonts/Univers Light Ultra Condensed.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 200;
    font-stretch: ultra-condensed;
    src: url('/fonts/Univers Ultra Condensed.otf') format('opentype');
}

@font-face {
    font-family: 'Univers';
    font-style: normal;
    font-weight: 100;
    font-stretch: ultra-condensed;
    src: url('/fonts/Univers Thin Ultra Condensed.otf') format('opentype');
}

body {
    font-family: 'Univers', sans-serif;
}
