@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&family=Roboto:wght@400;500;600;700;800&display=swap');
:root {
  --font-primary: 'Nunito Sans', sans-serif;
  --font-display: 'Roboto', sans-serif;

  --bg: #f3f4f6;
  --card: #ffffff;
  --border: #e5e7eb;
  --text: #1f2937;
  --muted: #6b7280;
  --accent: #c41e2a;
  --accent-hover: #a31822;
  --navy: #1e3a5f;
  --green: #16a34a;
  --dark: #111111;

  --topbar-cityside208: linear-gradient(180deg, #6fdfc0, 16%, #162d4a);
  --topbar-boise-middle: linear-gradient(180deg, #2a2a2a, 90%, #ff0000);
  --topbar-admin: linear-gradient(180deg, #1e3a5f, #162d4a);
  --topbar-cityside208-2032: linear-gradient(180deg, #30dacd, 14%, #132a4f);
}
body { font-size: 14px; }
body { font-weight: 500; }
.top-title { font-size: 16px; }