/* mOTTOSLOT — webfonts
   Newton Howard: the brand's angular geometric display face, used for the
   wordmark, headlines, game titles, and big numerals (jackpot/credit counters).
   Body text uses a system-safe grotesk (see typography.css) — Newton Howard's
   sharp cuts make it unreadable at small sizes / long copy. */

@font-face {
  font-family: 'Newton Howard';
  src: url('../assets/fonts/NewtonHoward-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Newton Howard';
  src: url('../assets/fonts/NewtonHoward-Alt.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Newton Howard';
  src: url('../assets/fonts/NewtonHoward-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
