@font-face {
    font-family: 'Univers';
    src: local('Univers 55 Roman'), url('/fonts/Univers-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    ascent-override: 105%;
}

@font-face {
    font-family: 'Univers';
    src: local('Univers 55 Oblique'), url('/fonts/Univers-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    ascent-override: 105%;
}

@font-face {
    font-family: 'Univers';
    src: local('Univers 65 Bold'), url('/fonts/Univers-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    ascent-override: 105%;
}

@font-face {
    font-family: 'Univers';
    src: local('Univers 65 Oblique'), url('/fonts/Univers-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    ascent-override: 105%;
}

@font-face {
    font-family: 'Berkeley Mono';
    src: local('Berkeley Mono Regular'), url('/fonts/BerkeleyMono-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berkeley Mono';
    src: local('Berkeley Mono Italic'), url('/fonts/BerkeleyMono-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Berkeley Mono';
    src: local('Berkeley Mono Bold'), url('/fonts/BerkeleyMono-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berkeley Mono';
    src: local('Berkeley Mono Bold Italic'), url('/fonts/BerkeleyMono-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}