:root {
  /* Colors */
  --altus-black: #0A0A0A;
  --glacier-white: #F5F5F3;
  --obsidian: #1C1C1E;
  --slate: #6B7280;
  --dusk: #8B7355;
  --ember: #C4622D;
  --bone: #E8E5DF;

  /* Product image background */
  --product-bg: #EBEAE7;

  /* Typography */
  --font-primary: "Söhne", "Helvetica Neue", Arial, sans-serif;
  --font-secondary: "Freight Text Pro", Georgia, serif;
  --font-mono: "Söhne Mono", "Courier New", monospace;

  /* Type scale */
  --text-nav: 12px;
  --text-label: 11px;
  --text-headline: clamp(28px, 4vw, 60px);
  --text-body: 14px;
  --text-product-name: 13px;
  --text-price: 12px;
  --text-cta: 11px;

  /* Spacing */
  --section-padding-v: clamp(64px, 10vw, 120px);
  --section-padding-h: clamp(16px, 4vw, 48px);
  --grid-gap: 12px;

  /* Transitions */
  --transition-base: 0.4s ease;
  --transition-fade: 0.9s cubic-bezier(.25,.1,.25,1);
}
