:root{
  --font-geist:'Geist',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-geist-mono:'Geist Mono',ui-monospace,SFMono-Regular,Menlo,monospace;

  --font-body:var(--font-geist);
  --font-display:var(--font-geist-mono);

  --font-weight-regular:400;
  --font-weight-medium:500;

  --text-body-sm:14px;   --leading-body-sm:1.45;
  --text-body:16px;      --leading-body:1.5;      --tracking-body:-0.08px;
  --text-body-lg:18px;   --leading-body-lg:1.45;
  --text-subheading:24px;--leading-subheading:1.4;--tracking-subheading:0.96px;
  --text-heading-sm:32px;--leading-heading-sm:1.22;
  --text-heading:40px;   --leading-heading:1.2;
  --text-heading-lg:48px;--leading-heading-lg:1.12;
  --text-display:64px;   --leading-display:1.1;

  
  --tracking-display:-0.02em;
  --tracking-heading:-0.01em;

  --text-eyebrow:9px;    --tracking-eyebrow:0.45px;
  
  --font-features-body:"ss01" on,"cv11" on;
}
