@font-face {
    font-family: 'Enoway Personal Use Only';
    src: url('../fonts/Enoway-PersonalUse.woff2') format('woff2'),
        url('../fonts/Enoway-PersonalUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'enoway-oblique';
    src:url('../fonts/enoway-oblique.woff') format('woff'),
          url('../fonts/enoway-oblique.woff2') format('woff2'),
          url('../fonts/enoway-oblique.svg') format('svg'),
          url('../fonts/enoway-oblique.eot'),
          url('../fonts/enoway-oblique.eot') format('embedded-opentype'),
          url('../fonts/enoway-oblique.ttf') format('truetype');
  
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }