.blue-headline {
  font-size: calc(var(--custom-rem, 1rem) * 2);
  font-family: Tazugane Gothic, sans-serif;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .06em;
  --tw-text-opacity: 1;
  color: rgb(14 139 209 / var(--tw-text-opacity));
  font-feature-settings: "palt" on
}

@media (min-width: 768px) {
  .blue-headline {
    font-size: calc(var(--custom-rem, 1rem) * 3.6)
  }
}
