@font-face {
  font-family: 'Lighthaus';
  src: url('./fonts/LIGHTHAUS.OTF') format('opentype'),
       url('./fonts/LIGHTHAUS.OTF') format('opentype');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roadradio';
  src: url('./fonts/ROADRADIO_BOLD.OTF') format('opentype'),
       url('./fonts/ROADRADIO_BOLD.OTF') format('opentype');
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./fonts/GILROY-REGULAR_0.TTF') format('truetype'),
       url('./fonts/GILROY-REGULAR_0.TTF') format('truetype');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GilroySemiBold';
  src: url('./fonts/GILROY-SEMIBOLD_0.TTF') format('truetype'),
       url('./fonts/GILROY-SEMIBOLD_0.TTF') format('truetype');
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}