@font-face {
  font-family: 'Comforta';
  src: url('/assets/fonts/Comfortaa-Bold.woff2') format('woff2'),
  url('/assets/fonts/Comfortaa-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/assets/fonts/Lato-Bold.woff2') format('woff2'),
  url('/assets/fonts/Lato-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/assets/fonts/Lato-Regular.woff2') format('woff2'),
  url('/assets/fonts/Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
h1, h2, h3, h4, h5, .button {
  font-family: 'Comforta', sans-serif;
  font-weight: 700;
}

h1 {
  font-size:2.2rem;
}
h2 {
  font-size:2rem;
}

h3 {
  font-size:1.8rem;
}
h4 {
  font-size:1.6rem;
}

p{
  margin-bottom: 0.5rem;
  font-size:1.2rem;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.main {
  margin: 0rem 1rem;
}
.dlsd1 {
  height:3rem;
}
.dlsd2 {
  height:2rem;
}
.uspImage {
  width:80%;
}

.uspList ion-icon {
  color:green;
}

.formToAction label {
  width:14rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

@media screen and (min-width: 768px) {
  .uspImage {
    max-height:400px;
    max-width:400px;
  }
}
