h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather';
}

p, label, li, a {
    font-family: 'Montserrat';
}

nav.breadcrumbs {
    font-size: 0.8rem;
}

nav.breadcrumbs > a:last-child {
    font-weight: bolder;
    font-style: italic;
}

textarea.code {
    width: 80em;
    height: 30em;
}
