@use "../tokens/font" as *;

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: $font-stack-heading;
  font-weight: $font-weight-heading;
  margin: 0.5em 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}
