/* Typefaces.
   No font binaries were supplied with the source file, so the four families the
   Figma file names — Inter, Geist, Azeret Mono, JetBrains Mono — are loaded from
   Google Fonts. Swap these for self-hosted @font-face rules when licences land. */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300..800;1,14..32,300..800&family=Geist:wght@400..700&family=Azeret+Mono:wght@400..600&family=JetBrains+Mono:wght@400..600&display=swap');

:root{
  --font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  --font-display:'Geist','Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  --font-mono:'Azeret Mono','JetBrains Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
  --font-mono-alt:'JetBrains Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
}
