/* Theme: SAP CPI Tipps und Tricks
   Designkonzept: klare SAP-Dokumentations-Aesthetik (SAP Horizon Look).
   Kuehler, klinischer als Linux Hardware und Modellbahn - hier zaehlt
   Praezision und Informationshierarchie statt Atmosphaere. */

:root[data-theme='sap-cpi'] {
  /* Farben: reines Weiss statt warmem/kuehlem Off-White */
  --sap-bg: #ffffff;
  --sap-bg-card: #f5f6f7;
  --sap-text: #1d2d3e;
  --sap-text-muted: #5b738b;
  --sap-border: #d9d9d9;

  /* SAP Horizon Blau als alleiniger Akzent */
  --sap-accent: #0070f2;
  --sap-accent-bg: #e8f2ff;
  --sap-accent-dark: #0040b0;

  /* Typografie: durchgehend Sans-Serif, kein Serife (anders als die anderen Kategorien) */
  --sap-font-display: 'IBM Plex Sans', 'Inter', system-ui, sans-serif;
  --sap-font-body: 'Inter', system-ui, sans-serif;
  --sap-font-mono: 'IBM Plex Mono', 'Courier New', monospace;

  --sap-radius: 6px;
  --sap-max-width: 760px;
}
