@import url("http://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700,300italic,400italic,700italic");
@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");

html {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1em;   /* 16px */
    line-height: 1.5; /* 24px */
    color: #222;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

.t-light {
    font-weight: 300;
}

.t-bold {
    font-weight: 700;
}
