/* webatla — site CSS-variable bridge. next/font used to inject these; we map
   them to the Google-Fonts families styles.css references. Externalised out of
   the page <head> (was an inline <style>). */
:root {
  --font-inter: 'Inter', system-ui, -apple-system, sans-serif;
  --font-jetbrains-mono: 'JetBrains Mono', ui-monospace, monospace;
}
