/* ==========================================================================
   Design tokens — colors, spacing scale, shadows
   ========================================================================== */
:root {
  --navy: #122B45;
  --navy-2: #1D3F60;
  --blue: #31618C;
  --blue-soft: #7FA3C2;
  --blue-pale: #D5E2ED;
  --beige: #E3D3B4;
  --beige-2: #EADFC7;
  --sand: #F2E8D5;
  --white: #FBF6EC;
  --body: #546779;
  --line: rgba(18, 43, 69, 0.12);
  --brass: #C0873A;
  --teal: #2E7D74;
  --teal-soft: #CFE3DF;
  --coral: #C25E4A;
  --coral-soft: #F5DCD3;
  --gold-soft: #F0DFBE;
  --max: 1200px;
  --shadow-sm: 0 1px 2px rgba(18, 43, 69, 0.05), 0 8px 24px rgba(18, 43, 69, 0.06);
  --shadow-md: 0 2px 6px rgba(18, 43, 69, 0.06), 0 20px 48px rgba(18, 43, 69, 0.09);
}
