@import url(http://fonts.googleapis.com/css?family=Crimson+Text);
@import url(http://fonts.googleapis.com/css?family=Raleway);

.typography {
    font-family:Raleway, Arial, Helvetica, sans-serif;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-family:'Crimson Text', 'Times New Roman', Times, serif;
    text-transform:uppercase;
}

.typography h1 { font-size: 2.0em; }
.typography h2 { font-size: 1.8em; }
.typography h3 { font-size: 1.6em; }
.typography h4 { font-size: 1.4em; }
.typography h5 { font-size: 1.2em; }
.typography h6 { font-size: 1.0em; }

.typography a,
.typography a:hover,
.typography a:active {
    color:black;
}