:root {
  --color-deep: #003d52;
  --color-mid: #0090B9;
  --color-soft: #41B7E1;
  --color-light: #8CD4EB;
  --color-wash: #CCE9F1;
  --color-pale: #EAF6FA;
  --cream: #f7fbfd;
  --text-primary: #003d52;
  --text-secondary: #006786;
  --text-light: #21a4cd;
  --accent: #0090B9;
  --accent-hover: #007394;
  --nav-bg: rgba(234, 246, 250, 0.85);
  --border-soft: rgba(140, 212, 235, 0.3);
  --border-medium: rgba(140, 212, 235, 0.4);
  --shadow-xs: rgba(0, 61, 82, 0.04);
  --shadow-sm: rgba(0, 61, 82, 0.06);
  --shadow-md: rgba(0, 61, 82, 0.08);
  --accent-subtle: rgba(0, 144, 185, 0.04);
  --accent-ring: rgba(0, 144, 185, 0.1);
  --accent-glow: rgba(0, 144, 185, 0.3);
  --serif: 'Work Sans', system-ui, sans-serif;
  --sans: 'Inter', system-ui, sans-serif;
}