/* anyVersum — Raum, Radien, Schatten, Bewegung */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  /* Radien: ruhig, kaum verspielt */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --radius-pill: 999px;

  /* Schatten: weich, kühl getönt — nie hart */
  --shadow-card: 0 1px 2px rgba(16, 20, 43, 0.06), 0 8px 24px rgba(16, 20, 43, 0.08);
  --shadow-raised: 0 2px 6px rgba(16, 20, 43, 0.10), 0 16px 48px rgba(16, 20, 43, 0.16);
  --shadow-glow: 0 0 0 1px rgba(125, 106, 230, 0.35), 0 0 32px rgba(95, 73, 214, 0.30);

  /* Bewegung: ruhig und bestimmt */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --dur-fast: 140ms; /* @kind other */
  --dur-base: 240ms; /* @kind other */

  --container-max: 1120px;
  --container-text: 680px;
}
