@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');


html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.no-scroll {
  height: 100vh;
  overflow-y: hidden;
}


input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}



.flickity-page-dots .dot {
  width: 25px !important;
  height: 2px !important;
  border-radius: 2px !important;
}
