
@font-face {
    font-family: 'bebas_regular';
    src: url('./fonts/Bebas-Regular.ttf') format('truetype'),
         url('./fonts/Bebas-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

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

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



