* {
    --background-primary: rgb(43, 45, 49);
    --header-primary: rgb(242, 243, 245);
}


@font-face {
    font-family: gg sans;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/gg-400.woff2) format("woff2")
}

@font-face {
    font-family: gg sans;
    font-style: normal;
    font-weight: 500;
    src: url(/assets/gg-500.woff2) format("woff2")
}

@font-face {
    font-family: gg sans;
    font-style: normal;
    font-weight: 600;
    src: url(/assets/gg-600.woff2) format("woff2")
}

@font-face {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/noto-400.woff2) format("woff2")
}

@font-face {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 500;
    src: url(/src/assets/noto-500.woff2) format("woff2")
}

@font-face {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 600;
    src: url(/src/assets/noto-600.woff2) format("woff2")
}

html, body {
    background-color: var(--background-primary);
    font-family: "gg sans", "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--background-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3000;
    overflow: hidden;
}

.content {
    text-align: center;
}

.container video {
    width: 200px;
    height: 200px;
}

.text {
    position: relative;
    top: -20px;
    cursor: default;
}

.tip {
    color: var(--header-primary);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.tip, .tipTitle {
    max-width: 300px;
}

.tipTitle {
    color: var(--header-primary);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 8px;
}
