body {
  margin: 0;
  
}

:root {
  /* fonts */
  --font-inter: Inter;
  --textstyle2: Montserrat;
  --textstyle1: Oswald;
  --font-roboto: Roboto;

  /* font sizes */
  --textstyle1-size: 57.8px;
  --font-size-2xl-8: 21.8px;
  --font-size-base: 16px;
  --textstyle2-size: 24px;

  /* Colors */
  --color-white: #fff;
  --color-black: #000;
  --color-silver: #b6b6b6;
  --height-divwpb-row1: 500px;
}






