* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, sans-serif;
}

:where(ul) {
  list-style: "";
  padding: 0;
  margin: 0;
}

:where(a) {
  text-decoration: unset;
  color: oklch(100% 0.00011 271.152);
}
