/* BASE */
html {
  font-size: 16px;
}

body {
   margin-top: var(--header-height);
  padding: 0;
  font-family: "Avenir", sans-serif;
  color: #444444;
  font-weight: 400;
}

.main-content {
  padding-inline: clamp(20px, 5vw, 90px);
  padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Klavika";
  font-weight: 600;

  color: #222222;
}

h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;

  color: #1c6b96;
}

a:hover,
a:focus {
  color: #1c6b96;
}

h1 {
  text-align: center;
}

h3 {
  margin-bottom: 4px;
  margin-top: 0;
}

p {
  margin-top: 5px;
  font-family: "Avenir";
}
