@CHARSET "UTF-8";

@font-face {
	font-family: glober_regular;
	src: url("../fonts/glober_regular.otf") format("opentype");
	font-weight: normal;
	}
@font-face {
    font-family: glober_semi_bold;
    src: url("../fonts/glober_semi_bold.otf") format("opentype");
    font-weight: bold;
}
@font-face {
	font-family: glober_bold;
	src: url("../fonts/glober_bold.otf") format("opentype");
	font-weight: bold;
	}
@font-face {
    font-family: glober_extra_bold;
    src: url("../fonts/glober_extra_bold.otf") format("opentype");
    font-weight: bold;
}