/* Translayo — Typography tokens v1.0
   Sora = headings · Inter = UI & body · IBM Plex Mono = machine-facing
   values ONLY (slugs, URLs, keys, tokens — never badges or counters). */

/* Load once, in <head>:
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700&family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
*/
:root{
  --font-display:'Sora',sans-serif;
  --font-ui:'Inter',sans-serif;
  --font-mono:'IBM Plex Mono',monospace;
}
