:root {
  --color-deep-ocean: #0a1628;
  --color-ocean-blue: #1b4965;
  --color-coral: #ff6b5a;
  --color-teal: #4dc3c6;
  --color-sandy: #f8f9fa;
  --color-foam: #ffffff;
  --color-text: #1a1a2e;
  --color-muted: #6b7280;
  --color-border: #dbe3ea;

  --font-heading: "DM Sans", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --font-accent: "Playfair Display", Georgia, serif;

  --container: 1200px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-full: 999px;

  --shadow-soft: 0 8px 30px rgba(10, 22, 40, 0.08);
  --shadow-hover: 0 16px 40px rgba(10, 22, 40, 0.16);

  --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: 5rem;

  --h1: clamp(2.4rem, 6vw, 4rem);
  --h2: clamp(2rem, 4vw, 2.8rem);
  --h3: clamp(1.3rem, 2.5vw, 1.75rem);
  --body-lg: 1.125rem;
  --body: 1rem;
  --small: 0.875rem;

  --transition: 240ms ease;
}