/* public/fonts.css */
@font-face {
  font-family: 'Switzer';
  src: url('/fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500; /* Regular */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('/fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600; /* Semibold */
  font-style: normal;
  font-display: swap;
}