*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1280px; /* 16px + 1248px + 16px */
}
body:has(.toggled) {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  color: inherit;
  transition: 0.3s ease;
}
a:not(.wp-element-button):hover {
  opacity: 0.8;
}

/* Legal Template */
.page-template-legal .wp-block-post-content > .wp-block-heading {
  margin: var(--wp--preset--spacing--medium) 0
    var(--wp--preset--spacing--x-small);
}
.page-template-legal .wp-block-post-content h2 {
  font-size: var(--wp--preset--font-size--medium);
}
.page-template-legal .wp-block-post-content h3 {
  font-size: var(--wp--preset--font-size--medium-small);
}
.page-template-legal .wp-block-post-content a {
  color: inherit;
}
.page-template-legal .wp-block-post-content p {
  margin: 0.5em 0;
}
