body {
    font-family: "Work Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.color-primary {
    color: #17881B !important;
}

.background-primary {
    color: #fff !important;
    background-color: #17881B !important;
}

.background-secondary {
    color: #fff !important;
    background-color: #0D681C !important;
}

.background-third {
    color: #fff !important;
    background-color: #49854B !important;
}

.background-linear-secondary {
    color: #fff !important;
    background: rgb(12, 98, 26);
    background: linear-gradient(180deg, rgba(12, 98, 26, 1) 0%, rgba(24, 200, 52, 1) 100%);
}

.background-linear-secondary-reverse {
    color: #fff !important;
    background: rgb(24, 200, 52);
    background: linear-gradient(180deg, rgba(24, 200, 52, 1) 0%, rgba(12, 98, 26, 1) 100%);
}

.page-link {
    color: #17881B !important;
}