@import "../baseStyle.css";

:root {
    --base-text-color: #000;
    --href-color: #D70E16;
    --background-color: #F1F1F1;
    --button-hover-color: #D70E16;
    --profile-circle-color: #D70E16;
    --hover-row: #F1F1F1;
    --order-food-color: #D70E16;
    --order-buttons-color: #B30C12;
}

#header-container header #brand .brand-logo {
    width: 14rem;
    height: auto;
}
