/* PulseWire brand tokens. Fonts are self-hosted by the production theme. */
:root{
  --ink:#060707;--blue:#4873b9;--green:#14ab68;--orange:#f8971c;--pink:#e22360;
  --rec:#ff2b2b;
  --paper:#ffffff;--bg:#f7f7f5;--line:#e8e8e3;--line2:#dcdcd5;
  --text:#1b1c1c;--muted:#63666a;--faint:#9a9da1;
  --blue-100:#e7edf7;--green-100:#dcf3e8;--orange-100:#fdeecf;--pink-100:#fbe0ea;
  --construction-yellow:#ffd400;--winter-ice:#dceff7;
  --font:"Manrope",system-ui,sans-serif;--mono:"Fira Code",ui-monospace,monospace;
  --wrap:1140px;--r:16px;--r-sm:12px;
}

body,
.wp-site-blocks{
  background:var(--bg);
  color:var(--text);
}

/* Phones use the room they have: the theme's generous root gutters shrink
   to slim margins below 760px (the mockup's mobile gutter is ~16px). */
@media (max-width: 760px) {
  /* Defined ON the consumer so the theme's later :root globals can't win. */
  body .wp-site-blocks {
    --wp--style--root--padding-left: 14px;
    --wp--style--root--padding-right: 14px;
  }
}
