:root {
  --theme-brand-color: hsl(216 85% 38%);
  --theme-brand-color-light: hsl(214 82% 42%);
  --theme-brand-color-lighter: hsl(48 92% 78%);
  --theme-brand-color-dark: hsl(224 92% 22%);
  --theme-brand-color-darker: hsl(45 92% 40%);
}