@font-face {
  font-family: 'Poppins';
  src: url('poppins-regular-webfont.woff2') format('woff2'),
    url('poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('poppins-italic-webfont.woff2') format('woff2'),
    url('poppins-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('poppins-bold-webfont.woff2') format('woff2'),
    url('poppins-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('poppins-bolditalic-webfont.woff2') format('woff2'),
    url('poppins-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('poppins-extrabold-webfont.woff2') format('woff2'),
    url('poppins-extrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('poppins-extrabolditalic-webfont.woff2') format('woff2'),
    url('poppins-extrabolditalic-webfont.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('opensans-regular-webfont.woff2') format('woff2'),
    url('opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('opensans-italic-webfont.woff2') format('woff2'),
    url('opensans-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('opensans-bold-webfont.woff2') format('woff2'),
    url('opensans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('opensans-bolditalic-webfont.woff2') format('woff2'),
    url('opensans-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}