/* Poppins */

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-ExtraLight.woff2);
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Medium.woff2);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-LightItalic.woff2);
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-ExtraLightItalic.woff2);
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.woff2);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-SemiBold.woff2);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Black.woff2);
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-ExtraBoldItalic.woff2);
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-MediumItalic.woff2);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Light.woff2);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Bold.woff2);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Thin.woff2);
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Italic.woff2);
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-ThinItalic.woff2);
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-BlackItalic.woff2);
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-BoldItalic.woff2);
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-SemiBoldItalic.woff2);
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-ExtraBold.woff2);
  font-weight: 800;
  font-style: normal;
}

/* Iconly */

@font-face {
  font-family: 'Iconly';
  src: url(/fonts/Iconly/Iconly.woff);
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'Iconly' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
