/* Corbert ExtraBold Wide */
@font-face {
  font-family: 'Krona One';
  src: url('KronaOne-Regular.woff2') format('woff2'), /* Super moderne */
       url('KronaOne-Regular.ttf') format('truetype'); /* Modèles plus anciens */
  font-weight: 800; /* ExtraBold, tu peux ajuster si besoin */
  font-style: normal; /* Pas italic */
  font-display: swap; /* Meilleure expérience utilisateur */
}