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

/**
 * Fix live preview in wordpress
*/

:root,
body {
  background-color: #fff !important;
  --wp--style--global--content-size: 80% !important;
  --wp--style--global--wide-size: 1000px !important;
}