@font-face {
    font-family: ManropeMD;
    src: url("../Fonts/Manrope-Medium.ttf") format("truetype");
    font-weight: 500;
  }
  
  @font-face {
    font-family: Manrope;
    src: url("../Fonts/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
  }
  
  @font-face {
    font-family: ManropeSB;
    src: url("../Fonts/Manrope-SemiBold.ttf") format("truetype");
    font-weight: 600;
  }
  
  @font-face {
    font-family: ManropeB;
    src: url("../Fonts/Manrope-Bold.ttf") format("truetype");
    font-weight: 700;
  }
  
  @font-face {
    font-family: ManropeXB;
    src: url("../Fonts/Manrope-ExtraBold.ttf") format("truetype");
    font-weight: 800;
  }
  

  
  :root {
    --fontManropeMD: ManropeMD;
    --fontManrope: Manrope;
    --fontManropeB: ManropeB;
    --fontManropeXB: ManropeXB;
    /* --fontRobotoB: RobotoB; */
    --primarycolor: #fdb414;
    --headingcolor: #3c3c3c;
    --descriptioncolor: #4a4a4a;
    --tertiarycolor: #f7f6f4;
    --normalcolor: #292929;
    --whitecolor: #fff;
    --bordercolor: #e0e0e0;
    --searchbarcolor: #67686b;
    --blackcolor: #000;
    --smallheadingcolor: #777777;
    --testimonialBG: #282828;
    --contactFormBG: #eff0f4;
    --catalogueBgOne: #f6f6f6;
    --catalogueBgTwo: #051d27;
    --formBtnHover: #22ab40;
    --prestoBgColor: #8a97a2;
    --mapBG: #101122;
    --formBG: #f7f6f4;
    --downloadWhitepaperText: #4b4747;
    --impactBG: #009fe3;
    --testimonialAboutBG: #409ed1;
    --achievementBG: rgba(253, 180, 20, 0.6);
    --blogDateColor: #636363;
    --followcolor: #2218b7;
  }