@font-face {
    font-family: 'Unibet';
    font-weight: 100;
    src: url('/fonts/UnibetPro.woff') format('woff');
}

html {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    overflow: hidden;
    font-family: Roboto;
    font-size: 14px;
    background: #FFF;
}

h1 {
    font-family: Unibet;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
}
