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

/**
 * Fix live preview in wordpress
 */

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

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