/* BeatVerse — self-hosted fonts (SIL Open Font License, see OFL-*.txt) */

@font-face {
  font-family: 'Orbitron';
  src: url('Orbitron-Variable.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('Rajdhani-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('Rajdhani-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('Rajdhani-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-display: 'Orbitron', 'Avenir Next Condensed', 'Arial Narrow', sans-serif;
  --font-body: 'Rajdhani', 'Avenir Next', 'Segoe UI', sans-serif;
}
