html,body {
    font-family: futura-pt,sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1vh;
    font-size: 18px;
    background-color: #fff5ed;
    color: #222;
}

h1{
    font-family: grouchitcbybt-regular;
    margin: 16px 0;
}

h2 {
    font-family: futura-pt,sans-serif;
    font-weight:bold;
    font-size:32px;
}

h3,h4,h5 {
    font-family: futura-pt,sans-serif;
    font-weight:bold;
    font-size:18px;
    margin: 16px 0;
}

h1 {
    line-height: 1.3em;
    margin-bottom: 1em;
    font-size: 1.8rem;
}

h3 {
    margin-bottom: 1em;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #555;
}

li {
    list-style-type: circle;
}

a.read-more {
    text-decoration: underline;
    text-decoration-skip: ink;
}

@media(min-width:961px) {
    h1 {
        font-size: 2.8rem;
    }

    .two-cols {
        column-count: 2;
        break-inside: avoid;
    }

    .two-cols p,.two-cols li {
        break-inside: avoid-column;
    }

    two-cols li {
        padding-right: 18px;
    }
}