:root {
    --standard-easing: cubic-bezier(0.4, 0.0, 0.2, 1);
    --decelerate-easing: cubic-bezier(0.0, 0.0, 0.2, 1);
    --accelerate-easing: cubic-bezier(0.4, 0.0, 1, 1);
    --primary-color: #76B82A;
    --secondary-color: #16A758;
    --tertiary-color: #509300;
    --quaternary-color: #C0C039;
    --quinary-color: #89B05B;
    --senary-color: #009275;
    --navbar-height: 60px;
}
@media (min-width: 992px) {
    :root {
        --navbar-height: 78px
    }
}