html {
  font-size: 16px;
  font-family: "ALS_Hauss", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 600px) {
  html {
    font-size: 16px;
  }
}

a, .link {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.375rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

a:hover, .link:hover {
  color: #0D4CD3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.022em;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}