
/* Fonts */
body {
    font-family: source-sans-pro, sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: "novecento-sans-condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* ==== Links */
a.site-name {
    text-decoration: none;
    font-family: "novecento-sans-wide", sans-serif;
    font-size: 1.38rem;
    font-style: normal;
    font-weight: 500;
}

/* ==== Footer ============================================*/
.footer {
    font-family: "novecento-sans-wide", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.footer a {
    text-decoration: none;
}