/* Font for the "termina" / "Termina" families the original CSS references.
   Uses the REAL Termina (Termina W05 Bold, licensed .otf from the company drive,
   converted to woff2) for ALL weights — the site's Termina text is display/heading,
   so the single Bold master reads correctly across the board.
   NOTE: verify the Termina W05 license permits self-hosting before going live.
   If more weights are obtained (Light/Regular/Medium/Demi/Heavy/Black), drop them
   in as woff2 and split the ranges below for finer fidelity.
   `sora-*.woff2` are kept as a free fallback but are no longer referenced. */

@font-face { font-family: "termina"; src: url("/assets/fonts/termina-bold.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Termina"; src: url("/assets/fonts/termina-bold.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
