/* Static mirror fixes.
   Squarespace's rendered HTML is intentionally preserved for fidelity; these
   tiny overrides remove account/runtime chrome that is not part of the page. */

@font-face {
  font-family: "amboy-black";
  src: url("/assets/fonts/amboy-black.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "social-icon-font";
  src: url("/assets/fonts/social-icon-font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "squarespace-ui-font";
  src: url("/assets/fonts/squarespace-ui-font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.sqs-custom-cart,
.sqs-cookie-banner-v2,
.sqs-popup-overlay,
.sqs-edit-mode-active,
.sqs-editable-button,
.sqs-announcement-bar-dropzone {
  display: none !important;
}

img {
  max-width: 100%;
}

/* Keep localized images visible even if Squarespace's lazy loader is absent. */
img[data-loader="sqs"] {
  opacity: 1 !important;
}
