:root {
  /* Colors */
  --color-deep-midnight: #0c0c0b;
  --color-faded-steel: #1f2228;
  --color-frost-white: #ffffff;
  --color-muted-ash: #7d8187;
  --gradient-muted-ash: linear-gradient(to right, rgba(255, 99, 8, 0.1), rgba(255, 99, 8, 0.1), rgba(189, 201, 230, 0.1), rgba(151, 196, 255, 0.1), rgba(151, 196, 255, 0.1));
  --color-whisper-gray: #474747;
  --color-electric-blue: #2563eb;

  /* Typography — Font Families (Outfit everywhere) */
  --font-universalsans: 'Outfit', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-geistmono: 'Outfit', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Typography — Scale */
  --text-caption: 12px;
  --leading-caption: 2;
  --tracking-caption: 0.1em;
  --text-body-sm: 14px;
  --leading-body-sm: 1.43;
  --tracking-body-sm: 0.1em;
  --text-body: 16px;
  --leading-body: 1.5;
  --tracking-body: -0.025em;
  --text-subheading: 20px;
  --leading-subheading: 1.4;
  --tracking-subheading: -0.025em;
  --text-heading: 36px;
  --leading-heading: 1.2;
  --tracking-heading: -0.025em;
  --text-heading-lg: 48px;
  --leading-heading-lg: 1.11;
  --tracking-heading-lg: -0.025em;
  --text-display: 80px;
  --leading-display: 1;
  --tracking-display: -0.025em;

  /* Typography — Weights */
  --font-weight-regular: 400;

  /* Spacing */
  --spacing-unit: 4px;
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-64: 64px;
  --spacing-128: 128px;

  /* Layout */
  --section-gap: 48px;
  --card-padding: 16px;
  --element-gap: 12px;
  --container-max: 1280px;

  /* Border Radius */
  --radius-3xl: 24px;
  --radius-full: 9999px;
  --radius-inputs: 24px;
  --radius-buttons: 18px;
  --radius-calloutcards: 16px;

  /* Shadows */
  --shadow-subtle: rgb(113, 113, 122) 0px 0px 0px 2px;
  --shadow-input-focus: var(--color-electric-blue) 0px 0px 0px 2px;

  /* Surfaces */
  --surface-deep-midnight-canvas: #0c0c0b;
  --surface-faded-steel-surface: #1f2228;
  --surface-frost-white-overlay: #ffffff;
}
