@font-face {
    font-family: 'Arial Nova';
    src: url('../fonts/ArialNova-Light.woff2') format('woff2'),
        url('../fonts/ArialNova-Light.woff') format('woff'),
        url('../fonts/ArialNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  h1, h2, h3 { font-family: 'Arial Nova', Arial; }