@import url("https://use.typekit.net/ueq2yen.css");
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/PoppinsLight.eot');
    src: local('Poppins Light'), 
         url('../fonts/PoppinsLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PoppinsLight.woff') format('woff'),
         url('../fonts/PoppinsLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/PoppinsLightItalic.eot');
    src: local('Poppins Light Italic'), 
         url('../fonts/PoppinsLightItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PoppinsLightItalic.woff') format('woff'),
         url('../fonts/PoppinsLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/PoppinsMedium.eot');
    src: local('Poppins Medium'), 
         url('../fonts/PoppinsMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PoppinsMedium.woff') format('woff'),
         url('../fonts/PoppinsMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/PoppinsBold.eot');
    src: local('Poppins Bold'), 
         url('../fonts/PoppinsBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PoppinsBold.woff') format('woff'),
         url('../fonts/PoppinsBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}