/* =============================================================================
   Foodbuy Theme Overrides
   =============================================================================
   Layers on top of compass/cas.css. Only contains Foodbuy-specific branding
   differences (colors, logo sizing). The enterprise.css and base cas.css from
   the compass theme provide all structural styling.
   ============================================================================= */

:root {
    /* Foodbuy brand colors */
    --cas-theme-primary: #1a5632;
    --cas-theme-primary-light: #227a45;
    --cas-theme-button-bg: #1a5632;
    --cas-theme-button-bg-hover: #227a45;
    --cas-theme-button-bg-lite: #2e8b57;
    --mdc-theme-primary: #1a3a2a;
}

/* Foodbuy header bar - darker green */
.mdc-top-app-bar .mdc-top-app-bar__row {
    background-color: #1a3a2a !important;
}

/* Footer — use same dark base as compass for consistent appearance */
.cas-footer {
    background-color: #001020 !important;
}

/* Logo sizing for Foodbuy (slightly different aspect ratio) */
.cas-logo {
    max-height: 40px;
}
