/*
 * Delsenter design system token file: elevation.css
 *
 * SOURCE: design_handoff_delsenter_woocommerce/design-system/tokens/elevation.css
 * COPIED VERBATIM — DO NOT EDIT THIS FILE.
 * Fixes and additions go upstream to the design system, then get re-copied here.
 */
:root{
  /* Light, close-to-surface elevation. Nothing heavier than -3 in product UI. */
  --shadow-0:none;
  --shadow-1:0 1px 2px rgba(25,30,37,.04);
  --shadow-2:0 1px 2px rgba(25,30,37,.04), 0 4px 10px rgba(25,30,37,.05);
  --shadow-3:0 2px 4px rgba(25,30,37,.04), 0 10px 24px rgba(25,30,37,.07);
  --shadow-4:0 4px 8px rgba(25,30,37,.05), 0 20px 44px rgba(25,30,37,.10);
  --shadow-brand:0 6px 18px rgba(0,127,205,.20);
  --shadow-inset:inset 0 1px 0 rgba(255,255,255,.6);
  --ring-focus:var(--focus-ring);
}
