/*
 * GT Eesti Text — the Smiths Lane heading face.
 *
 * Carried over from the legacy theme, where it was `$headings-font-family` with
 * `$headings-font-weight: 500`. Two static weights ship: Regular (400) and
 * Medium (500). The brand's "bold" is 500, not 700 — headings read as medium,
 * never heavy, so 500 is deliberately mapped to both 500 and 700 to stop the
 * browser synthesising a faux-bold for any rule that asks for 700.
 *
 * Commercial face (Grilli Type). The files transfer with the project; licence
 * coverage for the renewed portal is an operator matter.
 *
 * @package Portal
 */

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

@font-face {
    font-family: 'GT Eesti Text';
    src: url('GT-Eesti-Text-Medium.woff2') format('woff2'),
         url('GT-Eesti-Text-Medium.woff') format('woff');
    font-weight: 500 700;
    font-style: normal;
    font-display: swap;
}
