// Typographic Styles
.small-text {
font-family: Helvetica-LightOblique;
font-size: 14px;
color: #1D1D26;
line-height: 17px;
}
.banner-text {
font-family: Avenir-Black;
font-size: 21px;
color: #0F2105;
line-height: 29px;
text-transform: uppercase;
}
// Typography Hacks
.all-caps { text-transform: uppercase;}
|