@import url("../../../../use.typekit.net/ueq2yen.css");
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppinslight.eot');
    src: local('Poppins Light'), 
         url('../fonts/poppinslightd41d.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/poppinslightitalicd41d.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/poppinsmediumd41d.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/poppinsboldd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppinsbold.woff') format('woff'),
         url('../fonts/poppinsbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}