:root {
  /* Colors */
  --color-cron-black: #0f0d0a;
  --color-deep-graphite: #161412;
  --color-bright-white: #ffffff;
  --color-subtle-gray: #cccccc;
  --color-action-orange: #ff4700;
  --color-soft-ember: #451e00;
  --color-deep-ember: #8b2e09;

  /* Typography — Font Families */
  --font-helvetica-neue: 'Helvetica Neue', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Typography — Scale */
  --text-caption: 13px;
  --leading-caption: 1.7;
  --text-body-sm: 15px;
  --leading-body-sm: 1.7;
  --tracking-body-sm: 0.15px;
  --text-body: 22px;
  --leading-body: 1.5;
  --text-display: 140px;
  --leading-display: 0.9;
  --tracking-display: -2.94px;

  /* Typography — Weights */
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  /* Spacing */
  --spacing-unit: 4px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-40: 40px;
  --spacing-80: 80px;
  --spacing-140: 140px;

  /* Layout */
  --section-gap: 80px;
  --element-gap: 16px;

  /* Border Radius */
  --radius-md: 4px;
  --radius-full: 9999px;

  /* Named Radii */
  --radius-buttons: 4px;
  --radius-navigationpills: 9999px;
}
