    /*
    dark green      1C5C3B
    light green     B9DAA5
    light yellow    FEF6D1
    brownnie        EBC760

    BACKGROUND      C4DFB4  set in kachel-body
    */



body {
    font-family: 'Poppins', sans-serif;
    color : #1C5C3B;
}

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Poppins', sans-serif;
        color : #1C5C3B;
    }

    p {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color : #1C5C3B;
    }

    .kachel {
        color: #FEF6D1;
        background-color: #B9DAA5;
    }
    .kachel-body {
        color: #1C5C3B;
        /*background-color: #B9DAA5;*/
        background-color: #C4DFB4;
        height: 11rem;
        font-family: 'Poppins', sans-serif;
        font-size: smaller;
    }

    .club-font-strong {
        color: #FEF6D1;
    }
    .club-font-strong-140 {
        color: #FEF6D1;
        font-size: 140%;
    }
    .club-font {
        font-family: 'Poppins', sans-serif;
        color: #1C5C3B;
    }
    .club-bg-strong {
        color: #FEF6D1;
        background-color: #1C5C3B;
    }
    .club-table {
        width: 96%;
        padding: 3px;
        color: #FEF6D1;
        background-color: #1C5C3B;
    }
    .club-bg {
        background-color: #FEF6D1;
    }

    .light-text {
        font-weight: 300;
    }

.bold-text {
    font-weight: 700;
}
