/* HS-Motorräder (Helmut Schulz e.K.) — Moto Dealer Brand Colors */
/* QUELLE: Übernommen aus echter Händler-CI (live CSS) — Charcoal + Brick-Red. Bootstrap-Defaults bewusst ignoriert. */
:root {
  --color-primary: #bc4443;          /* Brick-Red — echtes Marken-Signal (27+ CSS-Treffer) */
  --color-primary-hover: #a23a39;
  --color-bg: #2f2f2f;               /* Charcoal vertieft (Original #3c3c3c) */
  --color-bg-elevated: #3c3c3c;      /* echtes Header/Footer-Charcoal */
  --color-surface: #ffffff;          /* weiße Content-Karten (echtes .bg-main) */
  --color-text: #f2f2f2;             /* auf Dunkel */
  --color-text-on-surface: #3c3c3c;  /* Text auf weißen Karten */
  --color-text-muted: #9a9a9a;
  --color-accent: #bc4443;
  --color-accent-hover: #a23a39;
  --color-border: #5f5f61;           /* echte Navbar-Trennlinie */
}
/* Typografie: Roboto (echte Font, Weight 300 luftig). Headlines Roboto Condensed/Bold, Specs als GROSSE ZAHLEN, Body Roboto. */
