@font-face {
    font-family: 'TrashHand-Webfont';
    src: url('../fonts/TrashHand-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../fonts/Quicksand-Regular.woff')  format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #eaedc3;
    font-family: 'Quicksand-Regular', system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'TrashHand-Webfont', sans-serif;
    color: #6c8341;
}

h1 {
    font-size: 36pt;
}

body a,
body a:visited,
body a:hover,
body a:active { text-decoration: none; }

.footer {
    background-color: #7a8212;
    color: #ffffff;
    font-size: 10pt;
    line-height: .5;
}

.highlight {
    font-weight: bold;
    color: #6c8341;
}