/* ==========================================================================
   Linax / Simac — Webfonts
   --------------------------------------------------------------------------
   Font files are not shipped with the brand kit, so the nearest Google Fonts
   matches are loaded here. See readme.md ▸ VISUAL FOUNDATIONS for the
   substitution notes and the request for the original SIMAC wordmark font.
   ========================================================================== */

/* Space Grotesk  — display / headings (geometric, engineered feel)
   IBM Plex Sans   — body / UI (scientific, humanist, highly legible)
   IBM Plex Mono   — data, dose values, measurements, technical labels
   Michroma        — brand eyebrows + squared labels echoing the SIMAC wordmark.

   NOTE: the true SIMAC wordmark face is **Nasalization Rg (NasalizationRg-Regular)**,
   a commercial Typodermic font not available on Google Fonts. The logos ship as
   outlined vector (assets/), so the wordmark itself needs no webfont. For live brand
   labels we use Michroma — the nearest free squared-techno match to Nasalization.
   To use the real face, drop NasalizationRg-Regular.woff2 into assets/fonts/ and add a
   local @font-face here (see below), then point --font-brand at it. */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&family=Michroma&display=swap');

/* When you have the licensed file, uncomment and it wins over Michroma:
@font-face {
  font-family: "Nasalization";
  src: url("../assets/fonts/NasalizationRg-Regular.woff2") format("woff2");
  font-weight: 400; font-display: swap;
}
*/
