/* Firebrand site appearance — managed in admin */
:root {
  --teal: #2A9D8F;
  --teal-dark: #238B7E;
  --orange: #E8652A;
  --orange-text: #B04A18;
  --gold: #E8A54B;
  --mustard: #D4A843;
  --purple: #6B5B8A;
  --bg-primary: #ffffff;
  --bg-dark: #1A1A1A;
  --bg-card: #222222;
  --bg-muted: #ebebeb;
  --text-dark: #1A1A1A;
  --text-body: #4A4540;
  --text-light: #FAF7F2;
  --text-muted: #686460;
  --text-muted-dark: #B8B3AE;
  --border-light: #E8E4DE;
}

/*font:body*/ body { font-family: 'Inter', sans-serif; }

/*font:display*/ h1,h2,h3,h4,h5,h6 { font-family: 'Google Sans Display', sans-serif; }

/*font:label*/ .font-label { font-family: 'Bebas Neue', cursive; }

/*font:hero*/ .fb-hero__headline,.hero-headline { font-family: 'Bebas Neue', cursive; } !important; }
