/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 74:0 Unexpected "<"

**/
<style>

/* --------------------------- */
/*  LOAD CUSTOM DIDOT FONT     */
/* --------------------------- */

@font-face {
  font-family: "Didot Title";
  src: url("/cdn/shop/files/Didot.otf?v=1766238228") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Didot Body";
  src: url("/cdn/shop/files/Didot.otf?v=1766238228") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


/* -------------------------------------- */
/*  APPLY TITLE FONT TO ALL HEADINGS      */
/* -------------------------------------- */

h1, h2, h3, h4, h5, h6,
.heading, 
.hero__title, 
.banner__heading,
.product__title,
.card__title,
.section-heading,
.collection__title,
.page-title,
h1 span, h2 span, h3 span {
  font-family: "Didot Title", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  line-height: 1.15;
}


/* -------------------------------------- */
/*  APPLY BODY FONT TO ALL TEXT ELEMENTS  */
/* -------------------------------------- */

body, 
p, 
span, 
li, 
a, 
input, 
textarea,
select,
button,
div,
.body-font,
.rte,
.product__description {
  font-family: "Didot Body", serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.2px;
  line-height: 1.6;
}

</style>
