/* ── Sonnalm Radius & Shadow ───────────────────────────────────────
   Soft, organic corners. Almost-invisible large-blur shadows. */
:root {
  /* Radii */
  --radius-small: 16px;    /* forms */
  --radius-form: 18px;
  --radius-card: 20px;
  --radius-medium: 24px;   /* images */
  --radius-gallery: 28px;
  --radius-large: 32px;
  --radius-pill: 999px;    /* buttons */

  /* Shadows — very soft, low opacity, large blur. No harsh edges. */
  --shadow-soft: 0 12px 40px rgba(35,65,50,.08);
  --shadow-card: 0 10px 30px rgba(35,65,50,.06);
  --shadow-hover: 0 20px 56px rgba(35,65,50,.12);
  --shadow-nav: 0 6px 24px rgba(35,65,50,.10);

  /* Motion */
  --ease-soft: cubic-bezier(.22,.61,.36,1); /* @kind other */
  --dur-fast: 160ms; /* @kind other */
  --dur-base: 280ms; /* @kind other */
  --dur-slow: 520ms; /* @kind other */
}
