/* manoshamanic — Typography tokens */

:root {
  --font-display: 'Cormorant Garamond', 'Noto Serif JP', 'Times New Roman', serif;
  --font-heading: 'Cormorant Garamond', 'Noto Serif JP', 'Times New Roman', serif;
  --font-body:    'Jost', 'Noto Sans JP', 'Questrial', system-ui, sans-serif;
  --font-ui:      'Jost', 'Noto Sans JP', 'Questrial', system-ui, sans-serif;

  --weight-display:  300;
  --weight-heading:  500;
  --weight-body:     400;
  --weight-medium:   500;

  --text-display-xl: 88px;
  --text-display-l:  64px;
  --text-display-m:  48px;
  --text-h1:         40px;
  --text-h2:         30px;
  --text-h3:         23px;
  --text-body-lg:    19px;
  --text-body:       16px;
  --text-sm:         14px;
  --text-xs:         12px;
  --text-micro:      11px;

  --leading-display: 1.05;
  --leading-heading: 1.18;
  --leading-body:    1.65;
  --leading-snug:    1.4;

  --tracking-display: 0.01em;
  --tracking-eyebrow: 0.32em;
  --tracking-label:   0.14em;
  --tracking-body:    0.005em;
}
