/* Shared tokens and resets used by every page (hub, coming-soon, full event). */

:root {
  --bg-dark: #000820;
  --text-on-dark: #fff;
  --text-on-dark-muted: rgba(255, 255, 255, 0.7);
  --text-on-dark-subtle: rgba(255, 255, 255, 0.6);
  --border-on-dark: rgba(255, 255, 255, 0.25);
  --surface-on-dark: rgba(255, 255, 255, 0.05);
  --surface-on-dark-hover: rgba(255, 255, 255, 0.15);

  --font-display: "Raleway", sans-serif;
  --font-body: "Roboto", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
