@font-face {
  font-family: 'Horizon';
  src: url('../fonts/Horizon.otf') format('opentype');
}

.horizon-font {
  font-family: 'Horizon', sans-serif;
  font-weight: bold;
}

.motorland-font {
  /* quiero que sea color negro con borde #1bff00 */
  color: white !important;
  text-shadow: 0 0 5px #000000;
}