@import "../baseStyle.css";

:root {
    --base-text-color: #087f23;
    --href-color: #4caf50;
    --background-color: #087f23;
    --button-hover-color: #4caf50;
    --profile-circle-color: #087f23;
    --hover-row: #edeceb;
    --order-food-color:#4caf50;
    --order-buttons-color: #4caf50;
}

body{
    background-color: #ece8e0;
}

#header-container header #brand .brand-logo {
    width: 30rem;
    height: auto;
}

@media only screen and (min-width: 1024px) {
    footer .footer-container #brand-footer .footer-logo {
        height: unset;
    }
}

