:root {
  --theme-brand-color: hsl(38 34% 38%);
  --theme-brand-color-light: hsl(38 28% 49%);
  --theme-brand-color-lighter: hsl(38 38% 67%);
  --theme-brand-color-dark: hsl(38 39% 30%);
  --theme-brand-color-darker: hsl(38 46% 22%);
}