@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/InterVariable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

body,
button,
input,
select,
textarea {
    font-family: "Inter", "Segoe UI", Arial, "Microsoft YaHei", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-menu,
.blog-post,
.dx-category-content {
    font-family: "Inter", "Segoe UI", Arial, "Microsoft YaHei", sans-serif;
}

h1,
h2,
h3 {
    letter-spacing: -0.025em;
}

p,
li,
input,
textarea {
    letter-spacing: 0;
}
/* 产品标题恢复正常大小写 */
.blog-post .content h3,
.blog-post .content h3 a,
.service-item .content h2,
.service-item .content h2 a {
    text-transform: none !important;
    letter-spacing: -0.01em !important;
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
    font-weight: 600;
    line-height: 1.35;
}