@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.eot);
    src: url(../fonts/Poppins-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Poppins-Regular.woff2) format('woff2'),
        url(../fonts/Poppins-Regular.woff) format('woff'),
        url(../fonts/Poppins-Regular.ttf) format('truetype'),
        url(../fonts/Poppins-Regular.svg#Poppins-Regular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Light';
    src: url(../fonts/Poppins-Light.eot);
    src: url(../fonts/Poppins-Light.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Poppins-Light.woff2) format('woff2'),
        url(../fonts/Poppins-Light.woff) format('woff'),
        url(../fonts/Poppins-Light.ttf) format('truetype'),
        url(../fonts/Poppins-Light.svg#Poppins-Light) format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans.eot);
    src: url(../fonts/OpenSans.eot?#iefix) format('embedded-opentype'),
        url(../fonts/OpenSans.woff2) format('woff2'),
        url(../fonts/OpenSans.woff) format('woff'),
        url(../fonts/OpenSans.ttf) format('truetype'),
        url(../fonts/OpenSans.svg#OpenSans) format('svg');
    font-weight: normal;
    font-style: normal;
}

