/* Default (RoomSeeker) branding — CSS custom properties.
   Flattened into static/ at build time by scripts/apply-branding.mjs and loaded by
   app.html (<link href="%sveltekit.assets%/client-variables.css">). */
:root {
  --color-nav: #303030;
  --color-brand: #1d7d74;
  --color-brand-light: #1d7d74;
  --color-brand-dark: #095256;
  --color-accent: #d69b29;
  --color-active: #095256;
  --color-danger: #fc5c63;
}
