/* Degular — 4 graisses statiques utilisées actuellement (cf. handoff design-tokens).
   Fichiers sources sous licence, non versionnés (cf. .gitignore) : à redéployer
   manuellement sur l'hébergement, même règle que resources/font/. */

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

@font-face {
  font-family: 'Degular';
  src: url('/assets/fonts/degular/Degular-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('/assets/fonts/degular/Degular-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('/assets/fonts/degular/Degular-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
