@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
html {
  font-size: 16px !important;
}

body {
  font-family: 'Space Grotesk' !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  height: 100vh !important;
}

.btn-ids-with-linear {
  background: linear-gradient(#75adff 100%, #1d2fa1 100%) !important;
}

