* {
  box-sizing: border-box;
}

html {
  min-width: 360px;
  min-height: 100%;
  background: var(--nn-bg);
  color-scheme: light;
  scroll-behavior: smooth;
}

body.netherese.com.main {
  min-width: 360px;
  min-height: 100vh;
  margin: 0;
  overflow-x: auto;
  color: var(--nn-text);
  background: var(--nn-bg);
  font-family: var(--nn-font);
  font-size: 16px;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid rgba(15, 18, 24, .72);
  outline-offset: 3px;
}

.mdl {
  min-width: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
