body {
  font-family: 'Inter', system-ui, sans-serif;
}

.sharp {
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
}

details > summary {
  list-style: none;
  cursor: pointer;
}

details > summary::-webkit-details-marker {
  display: none;
}
