:root {
  /* Colors - Primary */
  --deep-navy: #0d0c10;
  --dark-blue: #171319;
  --navy-black: #050506;

  /* Colors - Secondary */
  --teal: #d41f34;
  --muted-teal: #ef4b5e;

  /* Colors - Accent */
  --cream: #0f0e12;
  --warm-cream: #17151a;
  --soft-white: #FFFFFF;
  --coral-red: #ff4052;
  --gold: #ff9b42;

  /* Text */
  --text-primary: #f5f2f4;
  --text-secondary: #f28a96;
  --text-inverse: #FFFFFF;
  --text-muted: #c0b4b7;
  --text-subtle: #8d8287;

  /* Borders */
  --border-light: #282228;
  --border-dark: #43252d;

  /* Shadows */
  --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.26);
  --shadow-medium: 0 16px 34px rgba(0, 0, 0, 0.42);
  --shadow-card: 0 8px 20px rgba(0, 0, 0, 0.3);
  --shadow-lift: 0 20px 44px rgba(0, 0, 0, 0.44);

  /* Border Radius */
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 42px;
  --radius-full: 999px;

  /* Spacing */
  --section-gap: 80px;
  --content-gap: 48px;
  --card-gap: 22px;
  --container-max: 1200px;
  --container-pad: 64px;

  /* Typography */
  --font-display: "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Transitions */
  --transition-fast: 180ms ease;
  --transition-base: 280ms ease;
  --transition-slow: 480ms ease;
}
