:root {
  /* Typography */
  --font-heading: "Montserrat", sans-serif;
  --font-body: "Montserrat", sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-size-3xl: 2.75rem;
  --line-height-tight: 1.1;
  --line-height-base: 1.6;

  /* Spacing */
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 6rem;

  /* Radius and borders */
  --radius-sm: 0.5rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.25rem;
  --border-thin: 1px solid var(--color-border);

  /* Shadows */
  --shadow-soft: 0 12px 30px var(--color-shadow-soft-rgba);
  --shadow-subtle: 0 4px 14px var(--color-shadow-subtle-rgba);

  /* Layout */
  --container-reading: 45rem;
  --container-page: 75rem;
  --container-wide: 90rem;
  --header-height: 4rem;
  --section-space-mobile: 3rem;
  --section-space-tablet: 4rem;
  --section-space-desktop: 6rem;

  /* Component sizing */
  --control-height: 3rem;
  --touch-target-min: 2.75rem;
  --product-card-ratio: 4 / 5;
  --hero-image-ratio: 16 / 9;
  --category-image-ratio: 3 / 2;

  /* Motion */
  --transition-base: 180ms ease;
  --transition-slow: 280ms ease;
}
