/* ===== Ashal · Radius tokens =====
   Soft & rounded — matches the friendly, bouncy brand. Buttons are pills. */
:root {
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;   /* default card */
  --radius-lg: 24px;   /* large panels, course cards */
  --radius-xl: 32px;   /* hero blocks */
  --radius-pill: 999px;
}
