:root {
  --regular: system-ui, sans-serif;
  --link: #1100D4;
  --link-light: #9189F7;
  --black: hsl(0,0%,10%);
  --dark-grey: hsl(0,0%,20%);
  --grey: hsl(0,0%,85%);
  --mid-grey: hsl(0,0%,70%);
  --white: hsl(0,0%,100%);
  --alpha-white: hsla(0,0%,100%, 60%);
  --off-white: hsl(0,0%,97%);
  --off-white-alpha: hsla(0,0%,97%,0%);
  --openwatt-dot: rgb(47, 50, 143);
}