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

:root {
  --base-hue: 206;
  --base-sat: 100%;
  --base-light: 29.4%;
  --base-hsl: hsla(206, 100%, 29.4%, 1);
  --accent-hue: 102;
  --accent-sat: 42%;
  --accent-light: 46.7%;
  --accent-hsl: hsla(102, 42%, 46.7%, 1);
}

body {
  background: #005696;
}
