/* Polices auto-hébergées (pas de requête vers Google Fonts) */

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/exo2-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/orbitron-variable.woff2') format('woff2');
}

body {
  font-family: 'Exo 2', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.brand a,
.comments-title {
  font-family: 'Orbitron', sans-serif;
}
