html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus:not(:focus-visible) {
  outline: none;
}

.faq-answer.hidden {
  display: none;
}
