@screen xl {
  body {
    --wp--custom--h-1-font-size: var(--wp--custom--text-6-xl);
    --wp--custom--h-2-font-size: var(--wp--custom--text-5-xl);
    --wp--custom--h-3-font-size: var(--wp--custom--text-4-xl);
    --wp--custom--h-4-font-size: var(--wp--custom--text-3-xl);
    --wp--custom--h-5-font-size: var(--wp--custom--text-2-xl);
    --wp--custom--h-6-font-size: var(--wp--custom--text-xl);
  }
}
@media (min-width: 1024px) {
  body {
    --wp--custom--block-gap: 5rem;
  }
}
@media (min-width: 1280px) {
  body {
    --wp--custom--block-gap: 7rem;
  }
}
