: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: #F6A10E;
    --secondary-color: #F6730E;
    --tertiary-color: #F6CF0E;
    --quaternary-color: #F6440E;
    --quinary-color: #CB850C;
    --senary-color: #A16909;
    --navbar-height: 60px;
}
@media (min-width: 992px) {
    :root {
        --navbar-height: 78px
    }
}