:root {
  --shadow-sm: 0 1px 2px rgba(43, 38, 33, 0.06), 0 1px 1px rgba(43, 38, 33, 0.04);
  --shadow-md: 0 4px 10px rgba(43, 38, 33, 0.08), 0 2px 4px rgba(43, 38, 33, 0.04);
  --shadow-lg: 0 12px 28px rgba(43, 38, 33, 0.12), 0 4px 10px rgba(43, 38, 33, 0.06);
  --shadow-focus-blue: 0 0 0 3px var(--blue-200);
  --shadow-focus-orange: 0 0 0 3px var(--orange-200);

  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --duration-fast: 120ms; /* @kind other */
  --duration-base: 200ms; /* @kind other */
  --duration-slow: 320ms; /* @kind other */
}
