:root {
  --font-serif: 'Cormorant Garamond', 'Adonis', Georgia, 'Times New Roman', serif;
  --font-sans: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-misc: 'Pontano Sans', sans-serif;
  --font-display: var(--font-serif);
  --font-body: var(--font-sans);

  --text-display-1: 4rem;
  --text-display-2: 3rem;
  --text-h1: 2.5rem;
  --text-h2: 1.875rem;
  --text-h3: 1.5rem;
  --text-h4: 1.25rem;
  --text-h5: 1.0625rem;
  --text-body-lg: 1.1875rem;
  --text-body: 1.125rem;
  --text-body-sm: 1rem;
  --text-caption: 0.8125rem;
  --text-eyebrow: 0.8125rem;

  --lh-tight: 1.15;
  --lh-snug: 1.3;
  --lh-normal: 1.55;
  --lh-relaxed: 1.7;

  --ls-tight: -0.01em;
  --ls-normal: 0;
  --ls-wide: 0.08em;
  --ls-wider: 0.14em;

  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-heading: 500;
}
