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


html {
  color-scheme: light;
}

body {
  margin: 0;
  background: var(--lk-color-bg-light);
  color: var(--lk-color-deep-taupe);
  font-family: var(--lk-font-body);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

html .lk-dev-banner {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--lk-font-display);
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

:focus-visible {
  border-radius: 0.2rem;
  outline: 2px solid var(--lk-action);
  outline-offset: 3px;
}



@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
