/* font and text styles */

h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 2em;
    font-style: oblique;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.2;
}

h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    font-style: oblique;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.2;
}

h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
}

p {
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
}

cap {
    font-family: 'Nunito', sans-serif;
    font-size: .8em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
}

a {
    color: #0000ff;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0000ff;
    text-decoration-line: underline;
    text-decoration-style: wavy;
}

foot {
    font-family: 'Nunito', sans-serif;
    font-size: .8em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
}

blockquote {
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 1.2;
}

pre {
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
}