@font-face {
  	font-display: swap; 
    font-family: 'AeroMaticsBold';
    src: url('Aero_Matics_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
  	font-display: swap; 
    font-family: 'AeroMaticsDisplayBold';
    src: url('Aero_Matics_Display_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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


.aero-font {
    font-family: 'AeroMaticsRegular', sans-serif;
    letter-spacing:0.1em;
}

.aero-font2 {
    font-family: 'AeroMaticsBold', sans-serif;
}
