@font-face {
    font-family: "FonsecaLight-Regular";
    src: url("/assets/fonts/regular/FonsecaLight-Regular.otf") format("opentype");
}
@font-face {
    font-family: "LitSans-Medium-Regular";
    src: url("/assets/fonts/regular/LitSans-Medium-Regular.otf") format("opentype");
}
@font-face {
    font-family: "Muli-Normal-Regular";
    src: url("/assets/fonts/regular/Muli-Normal-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Muli-Bold-Regular";
    src: url("/assets/fonts/regular/Muli-Bold-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto-Normal-Regular";
    src: url("/assets/fonts/regular/Roboto-Normal-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto-Bold-Regular";
    src: url("/assets/fonts/regular/Roboto-Bold-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "NotoSansSC-Regular";
    src: url("/assets/fonts/regular/NotoSansSC-Regular.otf") format("opentype");
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;
    background-color: #000000;
}