/* ERZEUGT von /opt/ai/bin/marken-verteilen.py — NICHT HIER BEARBEITEN.
 * Quelle: /opt/shared-brand/{tokens,mycleanx}.css
 * Stand: 2026-08-08 07:23
 * Aenderungen gehoeren ins Paket, dann dieses Werkzeug erneut laufen lassen.
 */
/* @crocity/shared-brand — tokens.css
 * Generic defaults + FirmX als Standard (weil BelegX = FirmX-App importiert nur diese).
 * Apps für MyCleanX oder EntruempelX importieren zusätzlich shared-brand/<firma>.css.
 */
:root {
  /* Typo */
  --crocity-font-sans:    'Karla', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --crocity-font-display: 'Rubik', system-ui, -apple-system, sans-serif;
  --crocity-font-mono:    ui-monospace, "SF Mono", "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;

  /* Spacing / Radii */
  --crocity-radius-sm:   8px;
  --crocity-radius:      16px;
  --crocity-radius-full: 999px;

  /* Motion */
  --crocity-motion-fast:   150ms ease;
  --crocity-motion-normal: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --crocity-motion-slow:   400ms ease;
}

/* @crocity/shared-brand — mycleanx.css
 * Quelle: https://mycleanx.de :root Block (extrahiert 2026-05-31)
 * Akzent: Cyan/Light-Blue auf dunkel.
 */
:root {
  --blue:      #2FC1FF;
  --blue-dark: #08ACF2;
  --blue-glow: rgba(47, 193, 255, 0.15);

  --dark:    #0a0c10;
  --surface: #13151c;
  --white:   #ffffff;
  --gray:    #F3F6F6;

  --text:       #c8ccd4;
  --text-light: #6b7280;
  --text-white: #f0f2f5;

  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
