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

html {
  color: var(--enavelle-ink);
  background: var(--enavelle-white);
  font-family: var(--enavelle-font-sans);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--enavelle-ink);
  background: var(--enavelle-white);
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
input {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--enavelle-clay);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed !important;
  z-index: 10000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 18px;
  clip: auto;
  background: var(--enavelle-white);
  box-shadow: var(--enavelle-shadow);
}

body.enavelle-drawer-open {
  overflow: hidden;
}

