:root{
  --dur-fast:120ms; /* @kind other */
  --dur-base:180ms; /* @kind other */
  --dur-slow:320ms; /* @kind other */
  --dur-arc:600ms; /* @kind other */ /* traçado do arco solar */
  --ease-standard:cubic-bezier(0.2,0,0.2,1); /* @kind other */
  --ease-out:cubic-bezier(0.16,1,0.3,1); /* @kind other */
  --ease-in-out:cubic-bezier(0.65,0,0.35,1); /* @kind other */
  --transition-base:all var(--dur-base) var(--ease-out); /* @kind other */
  --press-scale:0.98; /* @kind other */
}
