@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');
:root{
  --font-display:'IBM Plex Sans',-apple-system,sans-serif;
  --font-mono:'IBM Plex Mono',ui-monospace,monospace;

  /* display / heading / body scale — sans */
  --text-display:72px;
  --text-h1:48px;
  --text-h2:36px;
  --text-h2-sm:25px;
  --text-h3:28px;
  --text-body-lg:24px;
  --text-body:20px;
  --text-body-sm:15px;
  --text-body-xs:14px;
  --text-link:16px;

  /* mono scale — ui / labels / tags */
  --text-mono-lg:24px;
  --text-mono-ui:16px;
  --text-mono-ui-sm:14px;
  --text-mono-link:12px;
  --text-mono-label:11px;

  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;

  --leading-tight:1.05;
  --leading-normal:1.4;
  --leading-relaxed:1.6;

  --tracking-mono:0.02em;
}
