/* Skin: Classic Navy - navy/white/gold, Playfair Display + Source Sans 3.
   Skins are TOKEN FILES ONLY. Layout lives in base.css. */
:root {
  --bg: #fdfdfb;
  --surface: #ffffff;
  --surface-alt: #f4f5f7;
  --ink: #17263b;
  --ink-soft: #4b5a70;
  --accent: #b08d3e;
  --accent-ink: #ffffff;
  --header-bg: #17263b;
  --header-ink: #ffffff;
  --rule: #dde2e9;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Source Sans 3', 'Segoe UI', Arial, sans-serif;
  --radius: 6px;
}
