html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background-color: #000
}

@font-face {
    font-family: LatoBlack;
    src: url(../font/Lato-Black.woff);
}
@font-face {
    font-family: LatoHeavy;
    src: url(../font/Lato-Heavy.woff);
}
@font-face {
    font-family: LatoRegular;
    src: url(../font/Lato-Regular.woff);
}
@font-face {
    font-family: LatoThin;
    src: url(../font/Lato-Thin.woff);
}

body {
    font-family: LatoRegular;
}

.DotaFont {
    font-family: LatoRegular;
}