:root {
  --ug-navy: #00205b;
  --ug-gold: #c9a227;
  --ug-cream: #f8f6f0;
  --ug-ink: #1a1a1a;
  --ug-slate: #555e6b;
  --ug-crimson: #8b1e2d;
  --ug-mint: #1e8e5e;
  --ug-rule: #e7e2d6;
  --white: #ffffff;
  --sky: #d8ecff;
  --shadow: 0 18px 50px rgba(0, 32, 91, .12);
  --radius: 8px;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
