/* typography */

h2 {
    font-family: arial, helvetica, sans-serif;
    font-weight: 100;
    font-size: 24px;
}

.secondary-nav-list h2{
  color: #ff8d7b;
}

h3 {
    font-family: arial, helvetica, sans-serif;
    font-weight: 100;
    font-size: 16px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 120%;
}

