/* fonts */
@font-face {
    font-family: "Allison";
    src: url("../fonts/Allison-Regular.eot") format("eot");
    src: url("../fonts/Allison-Regular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Allison-Regular.woff2") format("woff2"),
         url("../fonts/Allison-Regular.woff") format("woff"),
         url("../fonts/Allison-Regular.ttf") format("truetype"),
         url("../fonts/Allison-Regular.svg#Allison-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.eot") format("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: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.eot") format("eot");
    src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Poppins-Bold.woff2") format("woff2"),
         url("../fonts/Poppins-Bold.woff") format("woff"),
         url("../fonts/Poppins-Bold.ttf") format("truetype"),
         url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}
