@font-face {
  font-family: Aptos;
  src: url(aptos.woff2) format("woff2");
  font-display: auto;
  font-weight: 400;
}
@font-face {
  font-family: Aptos;
  src: url(aptos.woff2) format("woff2");
  font-display: auto;
  font-weight: 700;
}
@font-face {
  font-family: Aptos;
  src: url(aptos-black.woff2) format("woff2");
  font-display: auto;
  font-weight: 900;
}

:root {
  text-autospace: normal;
  text-rendering: optimizeLegibility;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    "Aptos",
    "Segoe UI",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
}
