:root {
  /* colors */
  --blau:         #0446be;
  --blau-hover:   #0558f0;
  --blau-medium:  #7e98c4;
  --blau-light:   #c4d0e4;
  --grau-dark:    #484a4f;
  --grau-medium:  #808485;
  --grau:         #cbcfd3;
  --grau-ultra:   #edf0f3;
  --rot:          #e30613;
  --black:        #1b1c1a;
  --white:        #fff;
  --text-color:   #6b7171;

    /* easings */
  --in-cubic:    cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --out-cubic:   cubic-bezier(0.215, 0.61, 0.355, 1);
  --inout-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);

  --in-quint:    cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --out-quint:   cubic-bezier(0.23, 1, 0.32, 1);
  --inout-quint: cubic-bezier(0.86, 0, 0.07, 1);

  --in-expo:     cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --out-expo:    cubic-bezier(0.19, 1, 0.22, 1);
  --inout-expo:  cubic-bezier(1, 0, 0, 1);

  --in-circ:     cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --out-circ:    cubic-bezier(0.075, 0.82, 0.165, 1);
  --inout-circ:  cubic-bezier(0.785, 0.135, 0.15, 0.86);

  --in-back:     cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --out-back:    cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --inout-back:  cubic-bezier(0.68, -0.55, 0.265, 1.55);
}