@import "header.css";
@import "header__logo.css";
@import "container.css";
@import "grid.css";
@import "footer.css";
@import "style-prop.css";
@import "style2.css";
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;700&display=swap');


html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Rajdhani', sans-serif !important;
  background-color:#ededed;
  width: 100%;
  height: 100%;
  
}
html{
  scroll-behavior: smooth;
}
::-webkit-scrollbar {display: none;} 
a {
  color: inherit;
  text-decoration: none !important;
}

* {
  box-sizing: border-box;
}