/* Local font fallback file.
   If self-hosted WOFF2 files are added later, replace these local() sources.
   This file prevents a missing fonts.css request and keeps the page readable. */
@font-face {
  font-family: 'Inter';
  src: local('Inter'), local('Arial');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat'), local('Arial');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: local('Anton'), local('Arial Black');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
