/* Kinesin — Fonts
   Brand typeface is Nunito (per Kinesin Brandbook v1.0, sec. 07 Typography).
   Loaded from Google Fonts CDN — no local Nunito binaries were provided in the
   attached sources, so we link rather than self-host. If you'd like the type
   fully offline, drop Nunito's .woff2 files into assets/fonts/ and swap this
   @import for local @font-face rules. */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap');

:root {
  --font-brand: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
