*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #F7F4EA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input, select, button, textarea {
  font-family: inherit;
}

input:focus, select:focus {
  outline: 2px solid #1F5E3B;
  outline-offset: -2px;
}

.mobile-menu-open {
  display: block;
}

.progress-bar-wrapper {
  overflow: hidden;
}
