:root {
  --om-pink:      #EC3A8B;
  --om-teal:      #1BBFC4;
  --om-orange:    #F7941D;
  --om-dark:      #1D2433;
  --om-muted:     #64748b;
  --om-white:     #ffffff;
  --om-topbar-bg: #0d2b3e;

  /* Derived tints — computed from the palette above, no new hex values */
  --om-border-light: color-mix(in srgb, var(--om-dark) 12%, white 88%);
  --om-surface-light: color-mix(in srgb, var(--om-muted) 6%, white 94%);

  --container-width: 1160px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;

  --font-sans: 'Poppins', sans-serif;
  --font-mono: 'Poppins', sans-serif;
}
