/*
  Bebas Neue — self-hosted
  Replaces: <link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" ...>

  Put this file + BebasNeue-Regular.woff2 on your server, then add:
    <link rel="stylesheet" href="/fonts/bebas-neue/bebas-neue.css">
  in <head> — no more requests to fonts.googleapis.com or fonts.gstatic.com.

  Licensed under the SIL Open Font License 1.1 (see OFL.txt in this folder).
  The OFL requires the license text to travel with the font files — keep
  OFL.txt in this folder when you deploy.
*/

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