@font-face {
    font-family: 'ITC Berkeley Oldstyle Std';
    src: url('../fonts/BerkeleyStd-BlackItalic.woff2') format('woff2'),
        url('../fonts/BerkeleyStd-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Berkeley Oldstyle Std';
    src: url('../fonts/BerkeleyStd-Black.woff2') format('woff2'),
        url('../fonts/BerkeleyStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Berkeley Oldstyle Std';
    src: url('../fonts/BerkeleyStd-Bold.woff2') format('woff2'),
        url('../fonts/BerkeleyStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Berkeley Oldstyle Std';
    src: url('../fonts/BerkeleyStd-BoldItalic.woff2') format('woff2'),
        url('../fonts/BerkeleyStd-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Berkeley Oldstyle Std';
    src: url('../fonts/BerkeleyStd-Italic.woff2') format('woff2'),
        url('../fonts/BerkeleyStd-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Berkeley Oldstyle Std';
    src: url('../fonts/BerkeleyStd-Medium.woff2') format('woff2'),
        url('../fonts/BerkeleyStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

