:root {
  --white: #fff;
  --black: #000000;
  --themecolor: #ED1C24;
  --themedark: #231F20;
  --lightbg: #ECEEF0;
  --yellow: #FFDA00;
  --sitefonts: 'Barlow' , sans-serif;
  --site-font-family: 'Barlow' , sans-serif;
}