/* Brandon Grotesque — weight-named families (legacy markup uses these names).
   Each declares font-weight:100 900 so ANY requested weight matches the real file
   exactly — the browser never fakes/synthesizes bold (that synthesis was making
   text look smeared or thin).
   BRAND RULE: NO thin/regular/light text anywhere — every named family below
   Bold intentionally resolves to the Bold face, so ~120 legacy call sites turn
   bold without touching them. Black stays the extrabold/display face. */
@font-face{font-family:'Brandon Grotesque Regular';src:local('Brandon Grotesque Bold'),url('/media/files/BrandonGrotesque-Bold.woff') format('woff');font-weight:100 900;font-display:swap}
@font-face{font-family:'Brandon Grotesque Thin';src:local('Brandon Grotesque Bold'),url('/media/files/BrandonGrotesque-Bold.woff') format('woff');font-weight:100 900;font-display:swap}
@font-face{font-family:'Brandon Grotesque Light';src:local('Brandon Grotesque Bold'),url('/media/files/BrandonGrotesque-Bold.woff') format('woff');font-weight:100 900;font-display:swap}
@font-face{font-family:'Brandon Grotesque Medium';src:local('Brandon Grotesque Bold'),url('/media/files/BrandonGrotesque-Bold.woff') format('woff');font-weight:100 900;font-display:swap}
@font-face{font-family:'Brandon Grotesque Bold';src:local('Brandon Grotesque Bold'),url('/media/files/BrandonGrotesque-Bold.woff') format('woff');font-weight:100 900;font-display:swap}
@font-face{font-family:'Brandon Grotesque Black';src:local('Brandon Grotesque Black'),url('/media/files/brandon-grotesque-black-58a8a3e824392.woff') format('woff');font-weight:100 900;font-display:swap}

/* Unified family for new code: pick weight with font-weight as usual.
   Any weight up to 799 = Bold face (never regular/light), 800-900 = Black. */
@font-face{font-family:'Brandon Grotesque';src:local('Brandon Grotesque Bold'),url('/media/files/BrandonGrotesque-Bold.woff') format('woff');font-weight:100 799;font-display:swap}
@font-face{font-family:'Brandon Grotesque';src:local('Brandon Grotesque Black'),url('/media/files/brandon-grotesque-black-58a8a3e824392.woff') format('woff');font-weight:800 900;font-display:swap}
