html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust： 100%;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    background-color: var(--section-bg-white);
}

body {
    background: var(--section-bg-white);
    color: #000000;
    margin: 0;
    font-family: Inter, 'PingFang SC', sans-serif;
}

header, footer, nav, main, article, section, figure {
    display: block;
}

a {
    text-decoration: none;
}

.inline-block {
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
}

@media ( max-width: 768px ) {
    body {
    }
}

@supports (font-variation-settings: normal) {
    body { font-family: Quote, 'Inter var', 'PingFang SC', system-ui, sans-serif; }
}

@font-face {
    font-family: 'Inter var';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("../fonts/Inter-roman.var.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: 'Inter var';
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("../fonts/Inter-italic.var.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: Quote;
    src: local('PingFang SC'), local(-apple-system), local(BlinkMacSystemFont), local(sans-serif);
    unicode-range: U+201c, U+201d;
}
