/* Ticinuum brand fonts, self-hosted (no third-party request — matches the docs/landing
 * @fontsource setup). Variable weight axis, latin subset. Font families are wired into
 * Tailwind's config (fontFamily) in the page <head>; these @font-face rules load the files. */

@font-face {
  font-family: 'Space Grotesk Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url('/static/fonts/space-grotesk.06408904.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('/static/fonts/inter.3100e775.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'JetBrains Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url('/static/fonts/jetbrains-mono.18be4527.woff2') format('woff2-variations');
}
