/* Poppins */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Poppins-Thin.ttf'),
  url(/fonts/Poppins-Thin.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/Poppins-ThinItalic.ttf'),
  url(/fonts/Poppins-ThinItalic.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/Poppins-ExtraLight.ttf'),
  url(/fonts/Poppins-ExtraLight.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf'),
  url(/fonts/Poppins-ExtraLightItalic.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Poppins-Light.ttf'),
  url(/fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/Poppins-LightItalic.ttf'),
  url(/fonts/Poppins-LightItalic.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Poppins-Regular.ttf'),
  url(/fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/Poppins-Italic.ttf'),
  url(/fonts/Poppins-Italic.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Poppins-Medium.ttf'),
  url(/fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/Poppins-MediumItalic.ttf'),
  url(/fonts/Poppins-MediumItalic.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Poppins-SemiBold.ttf'),
  url(/fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf'),
  url(/fonts/Poppins-SemiBoldItalic.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Poppins-Bold.ttf'),
  url(/fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/Poppins-BoldItalic.ttf'),
  url(/fonts/Poppins-BoldItalic.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/Poppins-ExtraBold.ttf'),
  url(/fonts/Poppins-ExtraBold.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf'),
  url(/fonts/Poppins-ExtraBoldItalic.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Poppins-Black.ttf'),
  url(/fonts/Poppins-Black.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/Poppins-BlackItalic.ttf'),
  url(/fonts/Poppins-BlackItalic.ttf);
}