/* Recreates the CSS font-family variables that Next.js (next/font/google) used to
   inject on <html>. The actual font files load via the Google Fonts <link> in each
   page's <head>. Edit here once; applies to every page. */
:root {
  /* Homepage ("Panel" light design) */
  --font-inter: "Inter";
  --font-rajdhani: "Rajdhani";
  --font-jetbrains: "JetBrains Mono";
  /* Inner dark "tier-a" pages */
  --font-archivo: "Archivo";
  --font-ibm-sans: "IBM Plex Sans";
  --font-ibm-mono: "IBM Plex Mono";
}
