/* Import Inter Font */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* Global Font Family */
* {
  font-family: "Inter", sans-serif;
}

:root {
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Custom class to remove number input arrows */
.input-no-spinner::-webkit-inner-spin-button,
.input-no-spinner::-webkit-outer-spin-button {
  display: none;
}
