@import url("v21-core.css");

/* Prevent transformed off-canvas navigation and decorative layers from
   extending the root scroll area at the 320px minimum viewport. */
html,
body {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

@media (max-width: 390px) {
  .contact-panel .button {
    padding-inline: 14px;
    font-size: .55rem;
    letter-spacing: .055em;
  }
}
