@charset "UTF-8";
@keyframes errorBackgroundAnimation {
  from {
    background-color: rgba(255, 0, 0, 0.6);
    /* rojo sólido */ }
  to {
    background-color: rgba(255, 0, 0, 0.2);
    /* rojo transparente */ } }
body .custom-font-size-xsmall {
  font-size: .25em; }
body .custom-font-size-smaller {
  font-size: .5em; }
body .custom-font-size-small {
  font-size: .75em; }
body .custom-font-size-large {
  font-size: 1.25em; }
body .custom-font-size-larger {
  font-size: 1.5em; }
body .custom-font-size-xlarge {
  font-size: 1.75em; }

/*# sourceMappingURL=style.css.map */
