@import url('/custom/css/portal/custom-full.css');

/* Sidebar navigation + Theme 2.0 skin. Imported HERE and not from
   custom-full.css, because all twelve reseller sheets import custom-full and
   this must reach the TIPS portal only. Every rule inside is scoped under
   body.tips-sb-on, which custom.js adds only when PORTAL_CUSTOM_SIDEBAR_NAV
   is yes for this hostname, so it renders nothing until that is set.

   The orange body tint below is the sandbox warning. body.tips-sb-on repaints
   body and overrides it, so sidebar.css carries the signal instead via
   body.tips-env-sandbox: accent scope line, accent rule under the brand block,
   and an accent strip down the sidebar's outer edge. Leave the tint here for
   when the sidebar is off. */
@import url('/custom/css/portal/sidebar.css');

:root {
  --base-hue: 216.5;
  --base-sat: 14.65%;
  --base-light: 30.78%;
  --base-hsl: hsla(216.5, 14.65%, 30.78%, 1);
  --accent-hue: 37;
  --accent-sat: 94%;
  --accent-light: 57%;
  --accent-hsl: hsla(37, 94%, 57%, 1);
}

body {
  background-color: #EB6B0E99;
}
