/** Shopify CDN: Minification failed

Line 142:2 Expected "}" to go with "{"

**/
@font-face {
  font-family: "FKromanstandard";
  src: url("/cdn/shop/files/FKRomanStandard-Thin.woff2?v=1737557914")
    format("woff2");
}

@font-face {
  font-family: "neue";
  src: url("/cdn/shop/files/NeueHaasDisplayRoman.woff?v=1737564674")
    format("woff");
}

@font-face {
  font-family: "montreal";
  src: url("/cdn/shop/files/PPNeueMontrealMono-Regular.woff2?v=1737564788")
    format("woff2");
}

h1 {
  font-family: "FKromanstandard" !important;
  font-size: 35px !important;
  letter-spacing: -1px !important;
  line-height: 1 !important;
  font-weight: normal !important;
}

h2 {
  font-family: "FKromanstandard" !important;
  font-size: 95px !important;
  letter-spacing: -4px !important;
  line-height: 1.2 !important;
  font-weight: normal !important;
}

h3 {
  font-family: "montreal" !important;
  font-size: 16px !important;
}

h4 {
  font-family: "FKromanstandard" !important;
  font-size: 300px !important;
  color: #fdf1cd !important;
  letter-spacing: -4px !important;
  font-weight: normal !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

h5 {
  font-family: "FKromanstandard" !important;
  font-size: 90px !important;
  letter-spacing: -4px !important;
  font-weight: normal !important;
  line-height: 90px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

p {
  font-family: "neue" !important;
  font-size: 18px !important;
  line-height: normal !important;
}

/*****BUTTONS********/

.button {
  font-family: "Montreal";
  font-size: 16px !important;
  background: none; /* Removes background */
  border: none; /* Removes border */
  text-decoration: underline; /* Underlines text */
  color: black;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide the login link */
a[href="/account/login"] {
  display: none !important;
}

/* Hide the search button */
header .header__icon--search {
  display: none !important;
}

/* Hide the cart button  */
header .header__icon--cart {
  display: none !important;
}

/* Font link font */
a {
  font-family: "montreal" !important;
  text-decoration: underline !important;
}

/********* STICKY ANNOUNCEMENT BAR ********/

#shopify-section-sections--24312961597818__announcement-bar {
  position: sticky !important;
  top: 0;
}
.section-header {
  top: 38px !important;
}






.header__icons .header__for-designers-cta {
  color: #000 !important; /* your brand colour */
  text-decoration: none !important; /* remove underline */
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-left: 1rem;
}

.header__icons .header__for-designers-cta:hover {
  color: #000 !important; /* stays black */
  text-decoration: underline !important; /* optional hover effect */
  text-underline-offset: 0.2rem;
}


.header-wrapper {
  padding-left: 3rem; /* increase space on left */
  padding-right: 3rem; /* increase space on right */


  