:root {
  --navy: #0D1B4B;
  --blue: #1565C0;
  --blue-light: #EBF2FF;
  --white: #FAFAF8;
  --stone: #F2EDE8;
  --charcoal: #1C1C1E;
  --mid: #5A6475;
  --muted: #94A3B8;
  --border: #E5E0D8;
  --success: #2E7D32;
  --amber: #B45309;
  --danger: #991B1B;

  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'DM Sans', sans-serif;
  --font-mono: 'DM Mono', monospace;
}
