/* Local font-face stubs. Place WOFF2/WOFF files in assets/fonts/ and update the src URLs.
   Licensing: ensure you have the right to self-host these fonts before adding files. */

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

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 800;
  src: url('../fonts/DMSans-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/DMSerifDisplay.woff2') format('woff2');
  font-display: swap;
}

/* Add additional @font-face rules as you self-host font files. */
