@import "ft.css";
@import "header.css";
@import "../fonts/fonts.css";

* {
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
}

/* ::-webkit-scrollbar{width:0;} */
body,
ul,
li,
p,
a,
* {
    margin: 0;
    padding: 0;
    list-style: none;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
}


.libre-caslon-display-regular {
    font-family: "Libre Caslon Display", serif;
    
}

.source-serif-4 {
    /* font-family: "Source-Serif-4", serif; */
    font-family: "Noto Serif SC", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}


@media screen and (max-width: 768px) {

    .html,
    .html>* {
        font-size: 16px !important;
    }
}