:root {
  --headline-font-family: Google Sans, Noto Sans, Noto Sans JP, Noto Sans KR,
    Noto Naskh Arabic, Noto Sans Thai, Noto Sans Hebrew, Noto Sans Bengali,
    sans-serif;
}

body {
  background: transparent;
}

.dac-subscribe-hero img {
  max-width: 260px;
}

.dac-subscribe-hero.dac-large-headings h1 {
  font-size: 40px;
  line-height: 48px;
}

.color-scheme--dark .dac-framebox-hero-heading,
.color-scheme--dark .dac-checkbox label,
.color-scheme--dark .dac-field label {
  color: #e8eaed;
}

@media screen and (min-width: 841px) {
  .dac-subscribe-ads {
    background: top right / contain url(/events/dev-summit/images/backgrounds/ads-subscribe.svg) no-repeat;
  }

  .dac-subscribe-hero.dac-large-headings h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .dac-subscribe-hero.dac-large-headings p {
    font-family: var(--headline-font-family);
    font-size: 20px;
    line-height: 32px;
  }
}
