@font-face {
  font-family: Sacramento;
  src: url("/fonts/sacramento.woff2");
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

input::-ms-clear {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

.custom-container {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

