@charset "utf-8";
@font-face {
    font-family: 'allroundgothicdemi';
    src: url('../../../../fonts/Allgothic/allroundgothic-demi.woff');
}

@font-face {
    font-family: 'allroundgothicxlig';
    src: url('../../../../fonts/Allgothic/allroundgothic-xlig.woff');
}

@font-face {
    font-family: 'bebas-regular';
    src: url('../../../../fonts/Beba/bebasneue-regular.woff');
}

@font-face {
    font-family: 'nesobrite_semi-light';
    src: url('../../../../fonts/Nesobrite/nesobrite_semi-condensed_light-webfont.woff');
}

@font-face {
    font-family: 'nesobrite_black';
    src: url('../../../../fonts/Nesobrite/nesobrite_black.woff');
}


body * {
    font-family: 'allroundgothicdemi', 'Noto Sans', "Helvetica", "Arial", sans-serif;
}
.font_family_cs{
    font-family:'nesobrite_semi-light';

}