@font-face {
  font-family: EnterTheGrid;
  src: url(enter-the-grid-2.otf);
}

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

* :not(i){
    font-family: EnterTheGrid !important;
}

p {
    font-family: 'Roboto', sans-serif !important;
}
