:root {
  --white: #fff;
  --black: #000000;
  --themecolor: #FAF565;
  --themedark: #F8F6F2;
  --lightbg: #ECEEF0;
  --yellow: #FFDA00;
  --sitefonts: 'Roboto' , sans-serif;
  --site-font-family: 'Roboto' , sans-serif;
}