@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* Global */

.hide-scrollbar {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.stripe-loading-indicator{
  display:none
}

*:not(i) {
  font-family: "Inter", sans-serif;
}

.primary-font {
  font-family: "Raleway", sans-serif !important;
}

.container{
  max-width: 1000px !important
}

html {
  scroll-behavior: smooth;
}

input[type="radio"]{
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer
}

label{
  cursor: pointer
}
