/* Document
 ================================================== = ======================== */

/**
 * Fix live preview in wordpress
 */

:root{
  --wp--style--global--content-size: 80%;
  --wp--style--global--wide-size: 1000px;
}

body {
  background-color:#fff !important;
}