@import url('/custom/custom-full.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;
}
