@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Exedore font */
@font-face {
  font-family: 'Exedore';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/src/assets/fonts/exedore.ttf') format('truetype');
}

@font-face {
  font-family: 'Exedore';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/src/assets/fonts/exedore.ttf') format('truetype');
}

@font-face {
  font-family: 'Exedore';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/src/assets/fonts/exedore.ttf') format('truetype');
}

/* High Speed font */
@font-face {
  font-family: 'High Speed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/src/assets/fonts/high-speed.otf') format('opentype');
}

@font-face {
  font-family: 'High Speed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/src/assets/fonts/high-speed.otf') format('opentype');
}

@font-face {
  font-family: 'High Speed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/src/assets/fonts/high-speed.otf') format('opentype');
}