/* TV Marcelo — Shadows, borders, motion */
:root{
  --shadow-sm:0 1px 2px rgba(13,13,15,.08);
  --shadow-md:0 6px 18px rgba(13,13,15,.10);
  --shadow-lg:0 18px 44px rgba(13,13,15,.16);
  --shadow-red:0 10px 26px rgba(200,16,46,.28);

  --border-width:1px;
  --focus-ring:0 0 0 3px rgba(200,16,46,.35);/* @kind shadow */

  --ease-out:cubic-bezier(.2,.7,.2,1);/* @kind other */
  --ease-in-out:cubic-bezier(.5,0,.2,1);/* @kind other */
  --dur-fast:120ms;/* @kind other */
  --dur-base:200ms;/* @kind other */
  --dur-slow:340ms;/* @kind other */
}
