/* Per-conference branding. This is the only stylesheet a future event needs to change
   — base.css stays event-agnostic. Keep these in sync with manifest.webmanifest's
   theme_color / background_color and with the --bg/--fg/--accent passed to
   tools/make-icons.mjs, or the icon and the chrome will disagree. */

:root {
  --bg: #10203a;
  --brand: #1f3a5f;
  --accent: #e8b44a;
}
