@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0 auto;
  color: #444;
  max-width: 450px;
  text-align: center;
  background-color: #F8FAFD;
  box-shadow: 1px 1px 15px rgba(107, 128, 168, 0.2);
}

/* font helpers */
.primary {
  font-family: 'Poppins', sans-serif;
}

.secondary {
  font-family: 'Inter', sans-serif;
}

.bold {
  font-weight: 600;
}


  /* vertical spacer */
  .azr5 {
    padding-top: 5px;
  }
  .azr10 {
    padding-top: 10px;
  }
  .azr15 {
    padding-top: 15px;
  }
  .azr20 {
    padding-top: 20px;
  }
  .azr25 {
    padding-top: 25px;
  }
  .azr30 {
    padding-top: 30px;
  }
  .azr40 {
    padding-top: 40px;
  }
  .azr100 {
    padding-top: 100px;
  }

  /* cta */
  .go-back a{
	position: fixed;
	display: block;
	bottom: 100px;
	right: 10px;
}

  .hr {
    position: relative;
    border: none;
    height: 2px;
    margin-bottom: 10px;
  }
  

  /* service script */
  .checkbox-center {
    display: flex;
    justify-content: center;
    align-items: center;
}