@font-face {
    font-family: 'aileronregular';
    src: url('../webfonts/aileronregular-webfont.woff2') format('woff2'),
         url('../webfonts/aileronregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*:not(i){
  font-family: 'aileronregular' !important;
  touch-action: manipulation;
}