/*
 * ChronicleDispSemibold — the Olivine heading face.
 *
 * Carried over from the legacy everleigh theme, where it was declared as
 * `$font-family-serif` and used for every page and section heading. Measured
 * on live (2026-08-31): h1 48px/57.6px, h2 24px/28.8px, both in #3A2646.
 *
 * A single static face. The name carries "Semibold" but the file is the only
 * weight shipped, so it is declared at 400 and used as-is — do not declare a
 * weight range, there is nothing to interpolate to, and asking the browser for
 * 600 or 700 here only produces a synthesised faux-bold.
 *
 * Commercial face (Hoefler & Co.). The files transfer with the project;
 * licence coverage for the renewed portal is an operator matter.
 *
 * @package Portal
 */

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