/** Shopify CDN: Minification failed

Line 45:14 Expected identifier but found whitespace
Line 45:15 Unexpected "\"Instrument Serif\""

**/
/* Import Bicyclette font from Adobe Fonts */
@import url("https://use.typekit.net/tew6fwh.css");

/* Override theme font variables */
:root {
  --font-heading-family: "bicyclette", sans-serif;
  --font-body-family: "bicyclette", sans-serif;
}

/* Force Headers - Bicyclette Regular */
* h2, * h3, * h4, * h5, * h6,
body h2, body h3, body h4, body h5, body h6 {
  font-family: "bicyclette", sans-serif !important;
  font-weight: 400 !important;
}

/* H1 - Bicyclette Bold */
* h1, body h1 {
  font-family: "bicyclette", sans-serif !important;
  font-weight: 700 !important;
}

/* Force Body - Bicyclette Light */
body, body * {
  font-family: "bicyclette", sans-serif !important;
  font-weight: 300 !important;
}

/* Re-apply Bold for subheaders */
.section-header__subtitle,
.card__heading,
strong, b {
  font-weight: 700 !important;
}

/* Instrument Serif font for specific sections */
.instrument-font,
.instrument-font * 
  font-family: "Instrument Serif", serif !important;
  font-weight: 400 !important;
}