/* Terra Naïa — webfonts.
   "Bauhaus Rail" (weight 500) is reserved for the logo mark only — not a UI typeface.
   No font binaries were supplied for it, so there is no @font-face rule: the token points at
   'Bauhaus Rail' and the system fallback stack renders until a file is uploaded.
   Display/body typefaces are Poppins (display) + Inter (body), loaded from Google Fonts. */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Inter:wght@400;500;600&display=swap');
:root{
  --font-brand:"Bauhaus Rail",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-display:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-mono:ui-monospace,"SFMono-Regular","Menlo",monospace;
}
