@font-face {
    font-family: baloo;
    src: url('../font/Baloo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: hobo;
    src: url('../font/HoboStd.otf') format('opentype');
}

@font-face {
    font-family: segoe;
    src: url('../font/Segoe UI.ttf') format('truetype');
}

@font-face {
    font-family: montserrat;
    src: url('../font/Montserrat-Regular.otf') format('opentype');
}