/**
 * * Font Face
 * * Use local fonts to avoid GDPR problems and improve performance
 * * Google fonts can be found here: https://google-webfonts-helper.herokuapp.com/fonts
 * * Remember to add font-display: swap to generate FOUT
 * */

/* poppins-300 - latin-ext */

@font-face {
  font-family: "Poppins";

  font-style: normal;

  font-weight: 300;

  src: url("../fonts/poppins-v15-latin-ext-300.eot");

  src: local(""), url("../fonts/poppins-v15-latin-ext-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-300.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-300.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-300.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-300.svg#Poppins") format("svg");

  font-display: swap;
}

/* poppins-regular - latin-ext */

@font-face {
  font-family: "Poppins";

  font-style: normal;

  font-weight: 400;

  src: url("../fonts/poppins-v15-latin-ext-regular.eot");

  src: local(""), url("../fonts/poppins-v15-latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-regular.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-regular.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-regular.svg#Poppins") format("svg");

  font-display: swap;
}

/* poppins-500 - latin-ext */

@font-face {
  font-family: "Poppins";

  font-style: normal;

  font-weight: 500;

  src: url("../fonts/poppins-v15-latin-ext-500.eot");

  src: local(""), url("../fonts/poppins-v15-latin-ext-500.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-500.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-500.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-500.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-500.svg#Poppins") format("svg");

  font-display: swap;
}

@font-face {
  font-family: "Poppins";

  font-style: normal;

  font-weight: 600;

  src: url("../fonts/poppins-v15-latin-ext-600.eot");

  src: local(""), url("../fonts/poppins-v15-latin-ext-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-600.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-600.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-600.svg#Poppins") format("svg");

  font-display: swap;
}

/* poppins-700 - latin-ext */

@font-face {
  font-family: "Poppins";

  font-style: normal;

  font-weight: 700;

  src: url("../fonts/poppins-v15-latin-ext-700.eot");

  src: local(""), url("../fonts/poppins-v15-latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-700.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-700.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-700.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-700.svg#Poppins") format("svg");

  font-display: swap;
}
/*# sourceMappingURL=fonts.css.map */
