/* Salsa webfonts.
   SUBSTITUTION NOTE: the spec requires self-hosted binaries in /public/fonts.
   No font files were provided, so these load from the Google Fonts CDN.
   Swap the @import for local @font-face rules once the .woff2 files land in assets/fonts/. */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700;12..96,800&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&family=Silkscreen:wght@400;700&display=swap");
:root{
--salsa-font-display:"Bricolage Grotesque","Inter Tight",system-ui,sans-serif;
--salsa-font-body:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
--salsa-font-mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace;
--salsa-font-pixel:"Silkscreen","Departure Mono",monospace;
}
