@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: 1rem;
  background-color: #fff;
  font-family: "Manrope";
  scroll-behavior: smooth;
}
::placeholder {
  color: #000;
}
