

/*@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}*/

@font-face {
 font-family: 'gilroy';
    src: url("../fonts/Gilroy-ExtraBold.otf");
    font-style: normal;
    font-weight: 900;
}

@font-face {
  font-family: 'gilroy';
    src: url("../fonts/Gilroy-Light.otf");
    font-style: normal;
    font-weight: 400;
}


/*@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}*/

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

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