@font-face {
    font-family: "Poppins";
    src: url('../fonts/Popins/poppins-400.eot');
    src: url('../fonts/Popins/poppins-400.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Popins/poppins-400.woff2') format('woff2'),
       url('../fonts/Popins/poppins-400.woff') format('woff'),
       url('../fonts/Popins/poppins-400.ttf')  format('truetype'),
       url('../fonts/Popins/poppins-400.svg') format('svg');

    font-weight: 400;
    font-display: swap;
}

@font-face {
  font-family: "Poppins";
        src: url('../fonts/Popins/poppins-500.eot');
    src: url('../fonts/Popins/poppins-500.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Popins/poppins-500.woff2') format('woff2'),
       url('../fonts/Popins/poppins-500.woff') format('woff'),
       url('../fonts/Popins/poppins-500.ttf')  format('truetype'),
       url('../fonts/Popins/poppins-500.svg') format('svg');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
    src: url('../fonts/Popins/poppins-600.eot');
    src: url('../fonts/Popins/poppins-600.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Popins/poppins-600.woff2') format('woff2'),
       url('../fonts/Popins/poppins-600.woff') format('woff'),
       url('../fonts/Popins/poppins-600.ttf')  format('truetype'),
       url('../fonts/Popins/poppins-600.svg') format('svg');
    font-weight: 600;
  font-display: swap;
}
@media (min-width: 768px) {
@font-face {
  font-family: "Poppins";
    src: url('../fonts/Popins/poppins-700.eot');
    src: url('../fonts/Popins/poppins-700.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Popins/poppins-700.woff2') format('woff2'),
       url('../fonts/Popins/poppins-700.woff') format('woff'),
       url('../fonts/Popins/poppins-700.ttf')  format('truetype'),
       url('../fonts/Popins/poppins-700.svg') format('svg');
    font-weight: 700;
  font-display: swap;
}
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"),
      url("../fonts/icomoon/icomoon.woff") format("woff"),
      url("../fonts/icomoon/icomoon.ttf") format("truetype"),
      url("../fonts/icomoon/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}