/* Webfonts. SUBSTITUTION: the WAIT MVP shipped no style.css and no font files,
   so these are Google Fonts chosen for full Cyrillic coverage. Swap the URLs for
   self-hosted binaries before production. */
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@400;500;700;800&family=Manrope:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap");

:root{
  --font-display:"Unbounded","Arial Black",sans-serif;
  --font-body:"Manrope","Helvetica Neue",Arial,sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,monospace;
}
