:root {
  /* Brand */
  --navy: #1a2340;
  --charcoal: #12172b;
  --gold: #e8b23a;
  --gold-deep: #c8952a;
  --white: #ffffff;
  --cream: #f6f4ef;
  --ink: #14181f;
  --muted: #5b6472;
  /* Flag accents */
  --be-yellow: #fae042; --be-red: #ed2939;
  --th-red: #a51931; --th-blue: #2d2a4a;
  /* Type */
  --font-display: "Oswald", "Arial Narrow", "Haettenschweiler", "Impact", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  /* Space scale */
  --s-1: .5rem; --s-2: 1rem; --s-3: 1.5rem; --s-4: 2rem; --s-5: 3rem;
  --s-6: 4.5rem; --s-7: 7rem;
  --maxw: 1120px;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(18,23,43,.12);
}
