:root {
  --theme-brand-color: hsl(205 100% 40%);
  --theme-brand-color-light: hsl(205 85% 52%);
  --theme-brand-color-lighter: hsl(205 70% 68%);
  --theme-brand-color-dark: hsl(205 100% 32%);
  --theme-brand-color-darker: hsl(205 100% 24%);
}