/* make css for all heading tags */


h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

a {
  color: #007bff;
  text-decoration: none;
}




