/** Shopify CDN: Minification failed

Line 34:0 Unexpected "}"

**/
/* ===========================
   Garet Font Family
   =========================== */

@font-face {
  font-family: 'Garet';
  src: url('/cdn/shop/files/Garet-Book.otf?v=1762850915') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Garet';
  src: url('/cdn/shop/files/Garet_Variable_Regular-658d.otf?v=1762850916') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Garet';
  src: url('/cdn/shop/files/Garet-Heavy.otf?v=1762850915') format('opentype');
  font-weight: 800; /* was 700 */
  font-style: normal;
  font-display: swap;
}

}

/* Apply globally */
body, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea {
  font-family: 'Garet', sans-serif;
}
/* Body on Book */
html, body, p, li, input, textarea, button {
  font-family: 'Garet', sans-serif;
  font-weight: 400;
}

/* Headings on Heavy */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .section-header, .page-title,
.title, .card__heading, .product__title, .collection__title, .banner__heading {
  font-family: 'Garet', sans-serif !important;
  font-weight: 800 !important;
  font-synthesis: none; /* stop browsers faking bold */
}

/* Make bold text use Heavy */
strong, b {
  font-weight: 800;
}
