:root {
  --accent-color: #fff700;
  --accent-glow: rgba(255, 251, 0, 0.35);
  --accent-tint: rgba(255, 247, 0, 0.08);
  --accent-contrast: #000000;
  --text-color: #ffffff;
  --text-muted: #888888;
  --bg-color: #0a1218;
  --header-bg: #0b0b0b;
  --focus-ring: var(--accent-color);
  --focus-shadow: var(--accent-glow);
  --primary-color: var(--text-color);
  --font-family: inherit;
}
