@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url(font/Poppins.woff) format('woff'),
         url(font/Poppins.svg) format('svg');
}
@font-face {
    font-family: 'Playfair Display SC';
    font-style: normal;
    font-weight: 400;
    src: url(font/poppins_700italic.woff) format('woff'),
         url(font/poppins_700italic.svg) format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(font/source-sans-pro-v14-latin-regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(font/source-sans-pro-v14-latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
       url(font/source-sans-pro-v14-latin-regular.woff) format('woff'), /* Modern Browsers */
       url(font/source-sans-pro-v14-latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
       url(font/source-sans-pro-v14-latin-regular.svg#SourceSansPro) format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(font/source-sans-pro-v14-latin-600.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(font/source-sans-pro-v14-latin-600.woff2) format('woff2'), /* Super Modern Browsers */
       url(font/source-sans-pro-v14-latin-600.woff) format('woff'), /* Modern Browsers */
       url(font/source-sans-pro-v14-latin-600.ttf) format('truetype'), /* Safari, Android, iOS */
       url(font/source-sans-pro-v14-latin-600.svg#SourceSansPro) format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Poppins italic';
    font-style: normal;
    font-weight: 400;
    src: url(font/Poppins_italic.woff) format('woff'),
         url(font/Poppins_italic.svg) format('svg');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(font/Poppins.woff) format('woff'),
         url(font/Poppins.svg) format('svg');
}
@font-face {
    font-family: 'Poppins bold italic';
    font-style: normal;
    font-weight: 400;
    src: url(font/poppins_700italic.woff) format('woff'),
         url(font/poppins_700italic.svg) format('svg');
}

@font-face {
    font-family: 'Poppins bold';
    font-style: normal;
    font-weight: 400;
    src: url(font/poppins_700.woff) format('woff'),
         url(font/poppins_700.svg) format('svg');
}