@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap');
:root {
  --font-serif: 'Lora', Georgia, 'Times New Roman', serif;
  --font-sans:  'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  --t-display:  52px;
  --t-title:    44px;
  --t-head:     36px;
  --t-subhead:  30px;
  --t-lede:     26px;
  --t-quote:    22px;
  --t-body-lg:  18px;
  --t-body:     16px;
  --t-body-sm:  14px;
  --t-label:    13px;
  --t-caption:  12px;
  --t-button:   var(--t-label);
  --w-light: 300; --w-reg: 400; --w-med: 500; --w-semi: 600;
  --lh-none:   1;
  --lh-title:  1.15;
  --lh-snug:   1.3;
  --lh-normal: 1.45;
  --lh-body:   1.6;
  --lh-loose:  1.75;
  --ls-num:     0.06em;
  --ls-button:  0.12em;
  --ls-label:   0.14em;
  --ls-wide:    0.24em;
  --ls-brand:   0.44em;
  --ls-eyebrow: var(--ls-label);
}
