:root {
  /* Breakpoints (desktop-first) */
  --bp-phone-max: 767px;
  --bp-tablet-max: 1279px;
  --bp-main-min: 1280px;

  /* Colors */
  --color-black: #000;
  --color-white: #fff;
  --color-copyright: #9a9a9a;

  /* Typography — Adobe Fonts (Typekit kit khw2yto) */
  --font-family-primary: "owners-text", system-ui, sans-serif;
  --font-family-display: "owners", system-ui, sans-serif;
  --font-family-body: "owners-text", system-ui, sans-serif;

  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-size-3xl: 2.5rem;
  --font-size-4xl: 3rem;
  --font-size-5xl: 4.5rem;

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

  --line-height-tight: 1.2;
  --line-height-base: 1.5;
  --line-height-relaxed: 1.65;

  --letter-spacing-tight: -0.02em;
  --letter-spacing-nav: 0.02em;

  /* Spacing scale */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Layout */
  --container-md: 720px;
  --container-lg: 1200px;
  --header-height: 5rem;

  /* Transitions */
  --transition-fast: 150ms ease;
}
