/* typography css start */
h1, h2, h3, h4, h5, h6 {
margin: 0;
line-height: 1.3;
color: var(--color-heading);
font-weight: 700;
font-family: var(--font-heading);
}
h2 {
font-size: 32px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
/* typography css end */