:root {
  --white: #fff;
  --black: #000000;
  --darkgrey: #020202;
  --themeblue: #002cfb;
  --themecolor: #707070;
  --lightbg: #F8F8F8;
  --sitefonts: "Inter", sans-serif;
  --site-font-family: "Inter", sans-serif;
}