@font-face {
  font-family: "Architects Daughter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ArchitectsDaughter-Regular.woff2") format("woff2");
}

/* Header shop name — handwritten marker print, all caps, one size smaller */
.site-header a.brand,
.site-chrome a.brand,
a.brand.brand-logo,
a.brand,
.brand-logo,
a.brand .brand-name,
.site-header .brand-name {
  font-family: "Architects Daughter", "Segoe Print", "Bradley Hand", cursive !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: clamp(18px, 2.1vw, 24px) !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

@media (max-width: 1100px) {
  .site-header a.brand,
  .site-chrome a.brand,
  a.brand.brand-logo,
  a.brand,
  a.brand .brand-name,
  .site-header .brand-name {
    font-size: clamp(15px, 3.6vw, 18px) !important;
    letter-spacing: 0.02em !important;
    max-width: min(64vw, 280px) !important;
  }
}
