@font-face {
    font-family: "Raleway";
    src: url("Raleway-VF.woff2") format("woff2 supports variations"),
        url("Raleway-VF.woff2") format("woff2-variations");
    font-weight: 100 1000;
}

button {
    background-color: #528329;
    color: #213018;
    padding: 5px;
    border-radius: 5px;
    border: none;
}

.selected {
    background-color: #AFC944;
    color: #213018;
}
