/*Fonts
/*Engraving Fonts*/
@font-face {
  font-family: 'Enso Futura PT Bold';
  src: url('./Futura/FuturaPT-Bold.ttf?v=1.0') format("truetype"),
  url('./Futura/FuturaPT-Bold.otf?v=1.0') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'Enso Merriweather';
  src: url('./Merriweather/Merriweather-Black.otf?v=1.0') format("opentype"),
  url('./Merriweather/Merriweather-Black.woff2?v=1.0') format('woff2'),
  url('./Merriweather/Merriweather-Black.woff?v=1.0') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Enso Merriweather Italic';
  src: url('./Merriweather/Merriweather-BlackItalic.otf?v=1.0') format("opentype"),
  url('./Merriweather/Merriweather-BlackItalic.woff2?v=1.0') format('woff2'),
  url('./Merriweather/Merriweather-BlackItalic.woff?v=1.0') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Enso Bree Serif';
  src: url('./BreeSerif/Enso-Bree-Serif.otf?v=1.0') format("opentype"),
  url('./BreeSerif/Enso-Bree-Serif.woff2?v=1.0') format('woff2'),
  url('./BreeSerif/Enso-Bree-Serif.woff?v=1.0') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Enso Lato';
  src: url('./Lato/Enso-Lato.otf?v=1.0') format("opentype"),
  url('./Lato/Enso-Lato.woff2?v=1.0') format('woff2'),
  url('./Lato/Enso-Lato.woff?v=1.0') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Enso Pacifico';
  src: url('./Pacifico/Enso-Pacifico.otf?v=1.0') format("opentype"),
  url('./Pacifico/Enso-Pacifico.woff2?v=1.0') format('woff2'),
  url('./Pacifico/Enso-Pacifico.woff?v=1.0') format('woff');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Enso Aurebesh';
  src: url('./Aurebesh/AUREBESH.otf?v=1.0') format("opentype"),
       url('./Aurebesh/AUREBESH.woff2?v=1.0') format('woff2'),
       url('./Aurebesh/AUREBESH.woff?v=1.0') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Enso Gwendolyn';
  src: url('./Gwendolyn/Gwendolyn-Regular.otf?v=1.0') format("opentype"),
       url('./Gwendolyn/Gwendolyn-Regular.woff2?v=1.0') format('woff2'),
       url('./Gwendolyn/Gwendolyn-Regular.woff?v=1.0') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Enso Nunito';
  src: url('./Gwendolyn/Enso-Nunito.otf?v=1.0') format("opentype"),
       url('./Gwendolyn/Enso-Nunito.woff2?v=1.0') format('woff2'),
       url('./Gwendolyn/Enso-Nunito.woff?v=1.0') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*End Engraving Fonts*/

