:root{
  --repax-primary: var(--template-primary, #00c3f7);
  --repax-secondary: var(--template-secondary, #071c3c);
  --repax-body-bg: var(--template-body-bg, #ffffff);
  --repax-body-text: var(--template-body-text, #212529);
}
body{background:var(--repax-body-bg);color:var(--repax-body-text)}
.site-content-wrap .container{max-width:1320px}
