/* Typography styles */
h1 {
  font-size: 1.75rem;
  font-weight: 800;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

h3 {
  font-size: 1.35rem;
  font-weight: 600;
}

h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

h5 {
  font-size: 1.1rem;
  font-weight: 400;
}

h6 {
  font-size: 1rem;
  font-weight: 400;
}

p,
label,
code {
  font-size: 1rem;
  font-weight: 400;
}

svg {
  font-size: 1.3rem;
}
