@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif !important;
  background-color: #f7f7f7;
  overflow-x: hidden;
}

button {
  transition: all 0.3s;
  font-family: "Inter", sans-serif !important;
}

body button:hover {
  background-color: #005991 !important;
  color: #fff !important;
}

textarea {
  tab-size: 2;
}

ul,
a {
  margin: 0;
  text-decoration: none;
}
input:focus {
  outline: none;
}
li {
  list-style: none;
}
