

/* ## CSS error message ##*/
body::before {
  font-weight: bold;
  content: "A css error occured, using an old style to render this page";
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100000000000;
  background-color: #C00;
  color: #DDD;
}

css_error_message {
  content: "rtlcss: error processing payload\ACssSyntaxError: <css input>:56204:3: Unknown word font-style\A\A  56202 |   font-size: 24px;\A  56203 |   font-family: Raintion-Black, Avenir, Helvetica, sans-serif !important;,\A> 56204 |   font-style: normal;\A        |   ^\A  56205 |   font-weight: 900;\A  56206 |   line-height: 1.4;\A\AThis error occurred while compiling the bundle 'web.assets_frontend' containing:";
}
