/* ============================================================
   Company 200 — Ames theme overrides
   Replace these CSS variables to match the Ames brand palette.
   ============================================================ */
:root {
    --color-primary: #658D3D; /* Ames green */
    --color-secondary: #402a23; /* Ames gold accent */
    --navbar-bg: #658D3D;
    --banner-bg: #658D3D;
    
}

.site-navbar {
    background: var(--navbar-bg, #f1efe9);
}
.banner-strip {
    background: var(--banner-bg, #f1efe9);
}
