html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "cv11", "ss01";
}

::selection {
  background-color: #aeebd8;
  color: #0c352e;
}
