@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins/poppins.eot');
    src: url('../fonts/poppins/poppins.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/poppins.woff') format('woff'),
         url('../fonts/poppins/poppins.ttf') format('truetype'),
         url('../fonts/poppins/poppins.svg#poppins') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsSemiBold';
    src: url('../fonts/poppins/poppinssemibold.eot');
    src: url('../fonts/poppins/poppinssemibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/poppinssemibold.woff') format('woff'),
         url('../fonts/poppins/poppinssemibold.ttf') format('truetype'),
         url('../fonts/poppins/poppinssemibold.svg#poppinssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsBold';
    src: url('../fonts/poppins/poppinsbold.eot');
    src: url('../fonts/poppins/poppinsbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/poppinsbold.woff') format('woff'),
         url('../fonts/poppins/poppinsbold.ttf') format('truetype'),
         url('../fonts/poppins/poppinsbold.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

