.theme-electrical {
  --primary: #88b5ff;
  --primary-2: #abcaff;
  --accent: #f5ca5c;
  --ink: #f5f7fb;
  --muted: #bac2ce;
  --paper: #11151d;
  --soft: #1a202b;
  --line: #323b4a;
}
.theme-electrical .site-header {
  background: rgba(17, 21, 29, 0.95);
}
.theme-electrical .brand img {
  filter: brightness(0) invert(1);
}
.theme-electrical .brand,
.theme-electrical .desktop-nav a,
.theme-electrical .menu-button {
  color: #fff;
}
.theme-electrical .menu-button,
.theme-electrical .card,
.theme-electrical .hero-card,
.theme-electrical input,
.theme-electrical select,
.theme-electrical textarea {
  background: #161c26;
  color: #fff;
}
.theme-electrical .hero {
  background: linear-gradient(135deg, #11151d, #202a3b);
}
.theme-roofing {
  --primary: #4b5d42;
  --accent: #b96e49;
  --soft: #f2ede6;
}
.theme-hvac {
  --primary: #0e5c8f;
  --accent: #ef8b3d;
  --soft: #edf6fb;
}
.theme-landscaping {
  --primary: #31543a;
  --accent: #b78c4d;
  --soft: #f1f1e9;
}
.theme-landscaping h1,
.theme-landscaping h2 {
  font-family: var(--font-serif);
  font-weight: 500;
}
.theme-maintenance {
  --primary: #227c78;
  --accent: #73c8b5;
  --soft: #edf8f6;
}
