@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Manrope/Manrope-400-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./Manrope/Manrope-700-latin.woff2') format('woff2');
}

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

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

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

body {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

:is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Orbitron', sans-serif;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
}
