@import "../baseStyle.css";

:root {
    --base-text-color: #1b9342;
    --href-color: #1a5c2e;
    --background-color: #FAFAFA;
    --button-hover-color: #1a5c2e;
    --profile-circle-color: #1b9342;
    --hover-row: #f6f3ef;
    --order-food-color:#1a5c2e;
    --order-buttons-color: #1a5c2e;
}

body{
    background-color: #faf7f2;
}

#header-container header #brand .brand-logo {
    width: 25rem;
    height: auto;
}
