html,
body {
  overflow-x: hidden;
}

body,
input,
button,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

* {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}
