@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('poppins-bold-webfont.woff2') format('woff2'),
         url('poppins-bold-webfont.woff') format('woff'),
         url('Poppins-Bold.ttf') format('truetype'),
         url('Poppins-Bold.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: italic;
    src: url('poppins-bolditalic-webfont.woff2') format('woff2'),
         url('poppins-bolditalic-webfont.woff') format('woff'),
         url('Poppins-BoldItalic.ttf') format('truetype'),
         url('Poppins-BoldItalic.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    src: url('poppins-extrabold-webfont.woff2') format('woff2'),
         url('poppins-extrabold-webfont.woff') format('woff'),
         url('Poppins-ExtraBold.ttf') format('truetype'),
         url('Poppins-ExtraBold.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: italic;
    src: url('poppins-italic-webfont.woff2') format('woff2'),
         url('poppins-italic-webfont.woff') format('woff'),
         url('Poppins-Italic.ttf') format('truetype'),
         url('Poppins-Italic.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('poppins-regular-webfont.woff2') format('woff2'),
         url('poppins-regular-webfont.woff') format('woff'),
         url('Poppins-Regular.ttf') format('truetype'),
         url('Poppins-Regular.eot?#iefix') format('embedded-opentype');
}
