:root {
  --bg: #f5f7f9;
  --surface: #ffffff;
  --text: #1e293b;
  --muted: #64748b;
  --line: #dbe3ea;
  --accent: #1f3a5f;
  --accent-dark: #152a45;
  --navy: #1f3a5f;
  --gold: #b87333;
  --radius: 14px;
  --shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  --about-bg: #1e355b;
  --about-accent: #c8a46b;
}
