@font-face {
  font-style: normal;
  font-family: "JetBrains Mono";
  font-weight: 400;
  font-display: swap;
  src: local("JetBrains Mono"), url("../lib/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-family: "JetBrains Mono";
  font-weight: 500;
  font-display: swap;
  src: local("JetBrains Mono Medium"), url("../lib/JetBrainsMono/web/woff2/JetBrainsMono-Medium.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-family: "JetBrains Mono";
  font-weight: 700;
  font-display: swap;
  src: local("JetBrains Mono Bold"), url("../lib/JetBrainsMono/web/woff2/JetBrainsMono-Bold.woff2") format("woff2");
}
*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-weight: 400;
  font-size: 16px;
  font-family: "IBM Plex Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  line-height: 1.82;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2 {
  font-family: "Cormorant Garamond", "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-feature-settings: "kern" 1, "liga" 1;
  letter-spacing: 0.015em;
}
p,
li {
  line-height: 1.82;
}
code,
pre,
kbd,
samp {
  font-family: "JetBrains Mono", "SFMono-Regular", "Menlo", monospace;
}
::selection {
  background: rgba(214,148,68,0.22);
}
