/*
 * brown — the Olivine body face.
 *
 * Carried over from the legacy everleigh theme, where it was declared as
 * `$font-family-sans-serif` and set the base body type at 14px. It carries
 * body copy, navigation, buttons and map labels.
 *
 * Unlike Smiths Lane's GT Eesti Text, brown ships a real Bold (700) alongside
 * Regular (400), both with italics, so the four faces below cover the whole
 * `font-weight: 400 700` range with no remapping and no synthesised faux-bold.
 *
 * Commercial face. The files transfer with the project; licence coverage for
 * the renewed portal is an operator matter.
 *
 * @package Portal
 */

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

@font-face {
    font-family: 'brown';
    src: url('brown-regular-italic.woff2') format('woff2'),
         url('brown-regular-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'brown';
    src: url('brown-bold-italic.woff2') format('woff2'),
         url('brown-bold-italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
