/* HeadBrands brand type — Brockmann Medium (from headbrands.com/static) */

@font-face {
  font-family: Brockmann;
  src: url('/static/fonts/brockmann-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.font-headbrands {
  font-family: Brockmann, 'Inter', system-ui, sans-serif;
  font-weight: 500;
  font-style: normal;
}
