@font-face {
  font-family: 'Cal Sans';
  src: url('/fonts/CalSans-Regular.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

main {
  background-color: #fff;
  color: #1c1c1c;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 80ch;
  margin: 0 auto;
  padding: 2rem;
}

#logo {
  display: block;
  width: 161px;
  height: 62px;
  background-image: url('logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}

h1, h2, h3, p > strong, small {
  font-family: 'Cal Sans', sans-serif;
}

h1 {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

h2 {
  font-size: 1.2rem
}

p strong {
  font-size: 1.4rem;
}

#newsletter {
  margin-top: 40px;
  padding: 10px 20px;
  background: #eee;
  border-radius: 15px;
}

[data-form="73438bec-d149-11f0-a9f5-ad2f43f65c42"] .form-container {
  margin: 0 !important;
}

small {
  display: block;
  font-size: 0.8rem;
  color: #333;
  text-align: center;
  margin-top: 40px;
}

small a {
  color: #1c1c1c;
  text-decoration: underline;
}
