/* Generated from brands/frontbar.json — the ONLY place palette values live. */
@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Young+Serif&family=IBM+Plex+Mono:wght@500;600&display=swap");
:root{
  --brand-pink:#E8B23A;
  --brand-purple:#8E5BD1;
  --brand-yellow:#E8B23A;
  --brand-orange:#E4572E;
  --brand-green:#2E9E6B;
  --brand-cyan:#3AA6B9;
  --brand-red:#D64545;
  --brand-outline:#17110A;
  --brand-ink:#211709;
  --brand-ink2:#33260F;
  --brand-ink3:#4A3A1D;
  --brand-cream:#FAF3E3;
  --brand-muted:#B3A183;
  --brand-grad:linear-gradient(90deg,#E8B23A,#E4572E,#2E9E6B);
  --brand-page-bg:radial-gradient(1100px 700px at 50% -12%,#4A3A1D 0%,rgba(74,58,29,0) 60%), linear-gradient(180deg,#33260F 0%,#211709 55%,#17110A 100%);
  --brand-display-font:"Young Serif",serif;
}
/* Re-ground the Broadcast display-face token to this brand's own face. */
:root:root{--bc-display:"Young Serif",Georgia,serif;--bc-display-weight:400;--bc-display-fvs:normal;}

