/* Activate Faith Group — Radii, shadows, borders, motion
   Brand feel: friendly & rounded, soft low-spread shadows, never harsh. */

:root {
  /* Corner radii — soft, approachable */
  --radius-xs:   6px;
  --radius-sm:   10px;
  --radius-md:   14px;
  --radius-lg:   20px;
  --radius-xl:   28px;
  --radius-pill: 999px;

  /* Borders */
  --border-w: 1.5px; /* @kind other */

  /* Shadows — soft, warm-neutral, low spread */
  --shadow-xs:  0 1px 2px rgba(42,42,45,0.06);
  --shadow-sm:  0 2px 6px rgba(42,42,45,0.07);
  --shadow-md:  0 6px 18px rgba(42,42,45,0.09);
  --shadow-lg:  0 16px 40px rgba(42,42,45,0.12);
  --shadow-ring: 0 0 0 3px rgba(95,205,236,0.35);  /* focus halo (sky) */

  /* Motion — gentle, never bouncy/aggressive */
  --ease-out:   cubic-bezier(0.22, 0.61, 0.36, 1); /* @kind other */
  --ease-inout: cubic-bezier(0.45, 0, 0.25, 1); /* @kind other */
  --dur-fast:   140ms; /* @kind other */
  --dur-base:   220ms; /* @kind other */
  --dur-slow:   360ms; /* @kind other */
}
