/* styles/brand-praxiskonsil.css
 * Brand-Tokens für PRAXISKONSIL (B2B / bKV-Decks).
 * Praxis-Grün (HSL 155°) + slate Headlines, Inter (Display) + DM Sans (Body),
 * lokal gehostet (DSGVO-konform, kein Google Fonts).
 * Schwester-Datei zu brand-dfk.css — gleiche Token-Namen, anderes Theming.
 */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../vendor/fonts/inter-latin-wght-normal.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../vendor/fonts/dm-sans-latin-wght-normal.woff2") format("woff2");
}

:root {
  /* Farben */
  --brand-bg:        #F2F6F4; /* leicht grünlicher Weißton (Praxiskonsil surface) */
  --brand-navy:      #1E2A38; /* slate — Headlines, Akzent-Karten */
  --brand-accent:    #2C8F64; /* Praxis-Grün — Checkmarks, Progress, Highlight-Zahlen */
  --brand-highlight: #B68235; /* Gold */
  --brand-muted:     #6B7280; /* gedämpftes Slate-Grau — Captions */
  --brand-gap:       #CC2E2E; /* Lücken-Rot (kaum genutzt in bKV) */

  /* Typografie */
  --brand-serif: "Inter", "Helvetica Neue", Arial, sans-serif;     /* Display/Headlines */
  --brand-sans:  "DM Sans", "Helvetica Neue", Arial, sans-serif;   /* Body */
}
