/* V1 uses hosted fonts. Self-host the files before production launch. */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600&display=swap');

:root {
  --font-ui: "Manrope", -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", sans-serif;
  --font-cn: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", sans-serif;
  --font-cn-display: "Noto Serif SC", "Songti SC", serif;
}

body, button, input, textarea, select { font-family: var(--font-ui); }
.cn-heading { font-family: var(--font-cn-display); font-weight: 500; letter-spacing: -0.025em; }
