/* Minimal WOFF2-only font definitions to reduce payload and requests.
   Keep only the fonts used by the site. Add more WOFF2 declarations
   here if additional families/weights are required.
*/

@font-face {
  font-family: 'Bebas Neue';
  src: url('/static/fonts/BebasNeue.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

