html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  height: 100vh;
  scrollbar-width: none;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cfilter id='shadow' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeDropShadow dx='0' dy='0' stdDeviation='4' flood-color='%23B0D4FF' flood-opacity='0.8'/%3E%3C/filter%3E%3C/defs%3E%3Ccircle cx='16' cy='16' r='10' fill='%23559BED' filter='url(%23shadow)'/%3E%3C/svg%3E")
      7 7,
    auto;
}

body::-webkit-scrollbar {
  display: none;
}

* {
  font-family: "SegoeUIVariable", sans-serif;
  box-sizing: border-box;
  color: #353535;
  margin: 0;
  padding: 0;
}
