/* PROPHET webfonts.
   Dune Rise    → brand / display (the real PROPHET face — OFL, bundled locally)
   Marcellus    → legible titles (card / dialog / match headings)
   Manrope      → body & UI
   JetBrains Mono → numeric / odds (tabular figures)
   Marcellus, Manrope & JetBrains Mono load from Google Fonts. */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Manrope:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

@font-face {
  font-family: 'Dune Rise';
  src: url('../assets/fonts/Dune_Rise.otf') format('opentype'),
       url('../assets/fonts/Dune_Rise.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
