/* =========================================================
   IUIU portal type
   Display  : Spectral (serif) — headings, numerals, wordmarks
   Body/UI  : Public Sans (sans) — text, navigation, controls
   Both families are vendored locally so that CSP
   (font-src 'self') allows them on every page.
   Public Sans served as a variable font (weight axis 400–700).
   ========================================================= */

@font-face {
    font-family: "Public Sans";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../vendor/public-sans/ps.woff2") format("woff2");
}

@font-face {
    font-family: "Spectral";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../vendor/spectral/sp-400.woff2") format("woff2");
}
@font-face {
    font-family: "Spectral";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../vendor/spectral/sp-500.woff2") format("woff2");
}
@font-face {
    font-family: "Spectral";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../vendor/spectral/sp-600.woff2") format("woff2");
}
@font-face {
    font-family: "Spectral";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../vendor/spectral/sp-700.woff2") format("woff2");
}

/* Retro-compat: Inter stays registered while old files remain on disk. */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../vendor/inter/inter-400.woff2") format("woff2");
}