/** Shopify CDN: Minification failed

Line 21:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;700;900&display=swap');

body.font-league-spartan {
  --font-heading-family: 'League Spartan', sans-serif;
  --font-body-family: 'League Spartan', sans-serif;
  --font-heading-weight: 700;
  --font-body-weight: 400;
  --font-heading-style: normal;
  --font-body-style: normal;
}

body.font-league-spartan * {
  font-family: 'League Spartan', sans-serif !important;
}

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body.font-libre-baskerville {
  --font-heading-family: 'Libre Baskerville', serif;
  --font-body-family: 'Libre Baskerville', serif;
  --font-heading-weight: 700;
  --font-body-weight: 400;
  --font-heading-style: normal;
  --font-body-style: normal;
}

body.font-libre-baskerville * {
  font-family: 'Libre Baskerville', serif !important;
}

/* Home — hide shop icons */
body:not(.is-shop) .header__icon--cart,
body:not(.is-shop) .header__icon--account,
body:not(.is-shop) .header__search {
  display: none !important;
}

/* Shop — show shop icons */
body.is-shop .header__icon--cart,
body.is-shop .header__icon--account {
  display: flex !important;
}
