@charset "UTF-8";

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.text-center {
  text-align: center;
}

html,
body {
  font-family: "SUIT Variable", "Inter", sans-serif;
}

body {
  letter-spacing: -0.02em;
  /* min-width: 360px; */
  color: #222;
  height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox  */
input[type="number"] {
  -moz-appearance: textfield;
}

button:disabled {
  opacity: 0.15;
  cursor: default;
}
