:root{
  --fontFamily: 'Belleza', sans-serif;
  --whiteColor: #FFFFFF;
  --blackColor: #030405;
  --GrayBlackColor: #1b1d20;
  --grayBcolor: #494949;
  --blueColor:#172552;
  --BlueBg: #172552;
  --WhiteBg: #ffffff;
  --BlackBg: #030405;
  --GrayBlackBg:#1b1d20;
  --GrayWhiteBg:#f5f6f7;
  --Five: 5%;
  --Ten: 10%;
  --Fifteen:15%;
  --Twenty: 20%;
  --Thirty: 30%;
  --Forty: 40%;
  --Fifty: 50%;
  --Sixty: 60%;
  --Seventy: 70%;
  --Eighty: 80%;
  --Ninety: 90%;
  --One: 100%;
  --fontOne: 1rem;
  --fontTwo: 1.5rem;
  --fontThree: 2rem;
  --fontFour: 2.5rem;
  --fontFive: 3rem;
  --fontSix: 0.75rem;
  --fontSeven: 0.5rem;
  --fontWeight1: 100;
  --fontWeight2: 200;
  --fontWeight3: 300;
  --fontWeight4: 400;
  --fontWeight5: 500;
  --fontWeight6: 600;
  --fontWeight7: 700;
  --fontWeight8: 800;
  --fontWeight9: 900;
  --fontWeightBold: Bold;
  --fontWeightLight: Light;

}
