/**
Poppins font
 */
@font-face {
    font-family: 'Poppins Light';
    src:    url("../../assets/fonts/Poppins/Poppins-Light.woff") format('woff'),
    url("../../assets/fonts/Poppins/Poppins-Light.otf") format("opentype"),
    url("../../assets/fonts/Poppins/Poppins-Light.ttf") format('truetype');
    /*font-style: normal;
    font-weight: 300;*/
}
@font-face {
    font-family: 'Poppins Regular';
    src:    url("../../assets/fonts/Poppins/Poppins-Regular.woff") format('woff'),
    url("../../assets/fonts/Poppins/Poppins-Regular.otf") format("opentype"),
    url("../../assets/fonts/Poppins/Poppins-Regular.ttf") format('truetype');
    /*font-style: normal;
    font-weight: 400;*/
}
@font-face {
    font-family: 'Poppins Medium';
    src:    url("../../assets/fonts/Poppins/Poppins-Medium.woff") format('woff'),
    url("../../assets/fonts/Poppins/Poppins-Medium.otf") format("opentype"),
    url("../../assets/fonts/Poppins/Poppins-Medium.ttf") format('truetype');
    /*font-style: normal;
    font-weight: 500;*/
}
@font-face {
    font-family: 'Poppins SemiBold';
    src:    url("../../assets/fonts/Poppins/Poppins-SemiBold.woff") format('woff'),
    url("../../assets/fonts/Poppins/Poppins-SemiBold.otf") format("opentype"),
    url("../../assets/fonts/Poppins/Poppins-SemiBold.ttf") format('truetype');
    /*font-style: normal;
    font-weight: 500;*/
}

@font-face {
    font-family: 'Poppins Bold';
    src:    url("../../assets/fonts/Poppins/Poppins-Bold.woff") format('woff'),
    url("../../assets/fonts/Poppins/Poppins-Bold.otf") format("opentype"),
    url("../../assets/fonts/Poppins/Poppins-Bold.ttf") format('truetype');
    /*font-style: normal;
    font-weight: 600;*/
}
