h1, h2, h3, h4, h5, h6 {

color: $tobasco;
font-family: $unica-one, $base-font-family;
text-transform: uppercase;

}

h1 {

font-size: 1.9em;
text-align: center;

}

h2 {

@include margin(null null 10px null);
color: $dark-gray;
font-size: 1.6em;

a {
  color: inherit;
}

}