@font-face {
font-family: 'light';
src: url("Ubuntu-Light.otf") format("opentype");
}

@font-face {
font-family: 'normal';
src: url("Ubuntu-Regular.otf") format("opentype");
}

@font-face {
font-family: 'bold';
src: url("Ubuntu-Bold.otf") format("opentype");
}

@font-face {
font-family: 'back';
src: url("Ubuntu-Bold.otf") format("opentype");
}


