html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f6f6f2;
  color: #101d2e;
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

.menu-toggle {
  font: 700 22px/1 Arial, sans-serif;
}

