:root {
  /* VoteSpace primary brand colors */
  --votespace-navy: #0C3B59;
  --votespace-teal: #0A6E91;
  --votespace-green: #4D7A19;
  --votespace-green-soft: #E7EFDF;

  /* Supporting UI colors */
  --votespace-text: #1F2D35;
  --votespace-background: #FFFFFF;
  --votespace-background-soft: #F5F8FA;
  --votespace-border: #D9E3E8;
  --votespace-shadow-subtle: rgb(12 59 89 / 12%);
  --votespace-shadow-raised: rgb(12 59 89 / 18%);
  --votespace-shadow-overlay: rgb(12 59 89 / 16%);

  /* Typography */
  --votespace-font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
