@font-face {
  font-family: "Aeronaves";
  src: url('../fonts/Aeronaves/Aeronaves.woff2') format('woff2'), url('../fonts/Aeronaves/Aeronaves.woff') format('woff');
}

.font-aero {
font-family: "Aeronaves";
}

@font-face {
font-family: "DIN Alternate Bold";
font-style: normal;
font-weight: normal;
src: local('DIN Alternate Bold'), url('../fonts/DIN/DINAlternate-Bold') format('woff');
}

.font-din {
  font-family: "DIN Alternate Bold";
}

@font-face {
font-family: "Aileron Bold";
font-style: normal;
font-weight: normal;
src: local('Aileron Bold'), url('../fonts/Aileron/Aileron-Bold.woff') format('woff');
}

.font-aileron {
  font-family: "Aileron Bold";
}