/* Self-hosted fonts: Marcellus (display serif) + Instrument Sans (UI sans, variable) */

/* Marcellus — single weight 400 (display / editorial headlines; bold/italic synthesized) */
@font-face {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/marcellus-regular.woff2') format('woff2');
}

/* Instrument Sans — variable wght 400..700 (UI, body, technical) */
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url('/fonts/instrument-sans-variable.woff2') format('woff2-variations');
}
