/* ============================================================
   FANFUSER — Auth & Error Page Base Variables
   fan_styles_auth.css

   Only provides CSS custom properties consumed by auth.css,
   join.css, and error.css. All page-specific styling lives
   in those dedicated files.
   ============================================================ */

:root {
  --bg-dark: #12121c;
  --bg-light: #ffffff;
  --bg-dark-accent: #1a1a28;
  --text-primary-dark: #ffffff;
  --text-secondary-dark: #555568;
  --text-primary-light: #12121c;
  --text-secondary-light: #a8a8c2;
  --accent-pink: #f9598a;
  --accent-orange: #ff7d4b;
  --border-accent-blue: #45b7ec;
}

html {
  scroll-behavior: smooth;
}
