:root {
  --accent-color: #3896ff;
  --accent-glow: rgba(56, 150, 255, 0.4);
  --accent-tint: rgba(56, 150, 255, 0.12);
  --accent-contrast: #ffffff;
  --text-color: #feffca;
  --text-muted: rgba(254, 255, 202, 0.6);
  --bg-color: #2b3c4f;
  --header-bg: #223140;
  --focus-ring: var(--accent-color);
  --focus-shadow: var(--accent-glow);
  --primary-color: var(--text-color);
  --font-family: inherit;
}
