* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', 'Source Sans 3', sans-serif;
  color: #0a0a0a;
  background: #fff;
}

a {
  color: inherit;
}

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

#MainContent [id] {
  scroll-margin-top: 92px;
}

.skip-to-content-link {
  position: absolute;
  left: 8px;
  top: -80px;
  z-index: 2000;
  padding: 0.75rem 1rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: top 0.2s ease;
}

.skip-to-content-link:focus {
  top: 8px;
}
