/* Restore Outdoors — type.
   Bitter (slab) carries the personality; Source Sans 3 carries everything a
   homeowner actually has to read on a phone. Body sizes run large on purpose. */
:root {
  --font-display: "Bitter", Georgia, "Times New Roman", serif;
  --font-sans: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, monospace;

  /* size ramp */
  --text-2xs: 11px;
  --text-xs: 13px;
  --text-sm: 15px;
  --text-base: 17px;
  --text-md: 19px;
  --text-lg: 22px;
  --text-xl: 27px;
  --text-2xl: 34px;
  --text-3xl: 44px;
  --text-4xl: 58px;
  --text-5xl: 76px;
  --text-6xl: 96px;
  --text-display: clamp(38px, 6.4vw, 76px);

  --leading-tight: 1.02;
  --leading-snug: 1.1;
  --leading-heading: 1.18;
  --leading-body: 1.6;
  --leading-loose: 1.75;

  --tracking-display: -0.015em;
  --tracking-tight: -0.01em;
  --tracking-normal: 0;
  --tracking-wide: 0.04em;
  --tracking-wider: 0.1em;
  --tracking-widest: 0.16em;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-black: 800;

  /* semantic roles */
  --type-hero-size: var(--text-display);
  --type-h1-size: var(--text-3xl);
  --type-h2-size: var(--text-2xl);
  --type-h3-size: var(--text-lg);
  --type-body-family: var(--font-sans);
  --type-body-size: var(--text-base);
  --type-caption-size: var(--text-sm);
  --type-eyebrow-family: var(--font-sans);
  --type-eyebrow-size: var(--text-xs);
  --type-eyebrow-tracking: var(--tracking-widest);
  --type-label-family: var(--font-sans);
}
