/* Oats elevation — warm brown-tinted, soft and low. Calm, not floaty. */
:root {
  --shadow-xs: 0 1px 2px rgba(59, 51, 39, 0.06);
  --shadow-sm: 0 1px 3px rgba(59, 51, 39, 0.08), 0 1px 2px rgba(59, 51, 39, 0.05);
  --shadow-md: 0 3px 8px rgba(59, 51, 39, 0.09), 0 1px 3px rgba(59, 51, 39, 0.06);
  --shadow-lg: 0 10px 24px rgba(59, 51, 39, 0.11), 0 3px 8px rgba(59, 51, 39, 0.06);
  --shadow-xl: 0 24px 56px rgba(59, 51, 39, 0.16), 0 8px 18px rgba(59, 51, 39, 0.08);

  /* Inset used on inputs / sunken wells */
  --shadow-inset: inset 0 1px 2px rgba(59, 51, 39, 0.07);

  /* Focus ring (honey) */
  --ring-focus: 0 0 0 3px rgba(219, 139, 24, 0.28);
}
