/* Shared identity. Direction, caution, and missing-data colors remain semantic. */
:root {
  --gus-ink: #101517;
  --gus-surface: #192124;
  --gus-paper: #f5f6f4;
  --gus-mint: #9ee8c1;
  --gus-green-ink: #185d40;
  --gus-gold: #dfc790;
  --gus-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  --gus-editorial: Georgia, "Times New Roman", serif;
  --gus-radius: 10px;
}
