Or
/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #26256c; /*From here*/
margin: 0 0 20px;
font-weight: 700;
}
h1 {
font-size: 2.375em;
line-height: 1.315;
/* 38px */
}
h2 {
font-size: 2.125em;
line-height: 1.235;
/* 34px */
}
h3 {
font-size: 1.875em;
line-height: 1.266;
/* 30px */
}
h4 {
font-size: 1.625em;
line-height: 1.307;
/* 26px */
}
h5 {
font-size: 1.375em;
line-height: 1.363;
/* 22px */
}
h6 {
font-size: 1.125em;
line-height: 1.444;
/* 18px */
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}