/*
 * Canonical UTB font declarations.
 *
 * Keep all font URLs in this file so every stylesheet resolves to the same
 * resource and the browser can reuse its font cache across page templates.
 */
@font-face {
    font-family: 'utb_textregular';
    src: url('../fonts/utbtext-regular-webfont.woff2') format('woff2'),
         url('../fonts/utbtext-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'utb_textbold';
    src: url('../fonts/utbtext-bold-webfont.woff2') format('woff2'),
         url('../fonts/utbtext-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'utb_textbold_italic';
    src: url('../fonts/utbtext-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/utbtext-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'utb_textitalic';
    src: url('../fonts/utbtext-italic-webfont.woff2') format('woff2'),
         url('../fonts/utbtext-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'utb_berlinregular';
    src: url('../fonts/utbberlin-regular-webfont.woff2') format('woff2'),
         url('../fonts/utbberlin-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'utb_berlinmedium';
    src: url('../fonts/utbberlin-medium-webfont.woff2') format('woff2'),
         url('../fonts/utbberlin-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'utb_berlinbold';
    src: url('../fonts/utbberlin-bold-webfont.woff2') format('woff2'),
         url('../fonts/utbberlin-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'baskerville-bt';
    src: url('../fonts/baskerville-bt/BaskervilleBT.woff2') format('woff2'),
         url('../fonts/baskerville-bt/BaskervilleBT.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
