/* Tim Dahle Nissan Southtowne · hosted site styles. Base design system is inlined per page; brand-finish appends the client's rendered brand below. */

/* ══ cloute brand-finish (auto) ══ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;600;700;800&display=swap');
:root{
  --bf-masthead-bg:rgba(0, 0, 0, 0.75); --bf-masthead-fg:rgb(255, 255, 255);
  --bf-nav-bg:rgb(244, 244, 244); --bf-nav-fg:rgb(0, 0, 0);
  --bf-btn-bg:rgb(0, 0, 0); --bf-btn-fg:rgb(255, 255, 255);
  --bf-accent:rgb(195, 0, 47);
  --bf-body-bg:rgb(255, 255, 255); --bf-text:rgb(0, 0, 0);
  --bf-link:rgb(0, 0, 0); --bf-border:rgb(235, 235, 235);
}
/* Chrome (masthead + nav) */
.masthead, .site-header{background:var(--bf-masthead-bg) !important;color:var(--bf-masthead-fg) !important}
.masthead .brand__name, .masthead .brand__sub, .site-wordmark{color:var(--bf-masthead-fg) !important}
.brand__rule, h2 + .rule{background:var(--bf-accent) !important}
.nav, .site-nav{background:var(--bf-nav-bg) !important}
.nav a, .site-nav a{color:var(--bf-nav-fg) !important}
.nav a.is-active, .site-nav a.active{border-bottom-color:var(--bf-accent) !important}
/* Body surface + copy — match the client's real page look */
body, main, .content{background:var(--bf-body-bg) !important;color:var(--bf-text) !important;font-family:'Roboto', system-ui,sans-serif !important}
main p, main li, main dd, main dt, .content p, .content li{color:var(--bf-text) !important}
main a, .content a{color:var(--bf-link) !important}
.card, [class*="card"], .panel, main section, main table, main input{border-color:var(--bf-border) !important}
/* Primary CTA — color + real shape */
.btn--primary, .btn.primary, a[href^="tel:"]{background:var(--bf-btn-bg) !important;color:var(--bf-btn-fg) !important;border-radius:8px !important}
/* Headings — client's display face + weight */
h1,h2,h3,h4,.brand__name,.site-wordmark{font-family:'Montserrat', var(--font-head, sans-serif) !important;font-weight:700}
/* ══ end cloute brand-finish ══ */
