* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;

    -webkit-tap-highlight-color: transparent;
    outline: none;
    font-family: "OPPO Sans 4.0";
}
html, body {
    touch-action: pan-y;
    height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
    color-scheme: light;
}
body {
    background-color: #FBFBFB;
    font-size: 15px;
    color-scheme: light;
}
:root{
    color-scheme: light;
}