/* Custom Styles */@font-face {
  font-family: 'Candle Mustard';
  src: url('https://alexis-cohen.mykajabi.com/resource_redirect/downloads/file-uploads/sites/107048/themes/2162214598/downloads/0e653b-b818-6731-8e7d-d668013b11_Candle_Mustard.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, h2 {
  font-family: 'Candle Mustard', serif;
}

h3, h4, h5, h6,
body {
  font-family: 'Della Respira', serif;
}

/* Button font override */
button,
.button,
.btn,
.btn-primary,
.btn-secondary,
.kjb-btn,
.kjb-button,
.c-button,
.c-cta,
[type="submit"],
.form__submit,
.kg-button,
.kg-btn,
.kg-primary,
.kg-secondary,
.checkout__actions .button,
.product__cta .button {
  font-family: 'Della Respira', serif !important; /* or 'Candle Mustard' */
  font-weight: 700 !important;
  letter-spacing: normal !important;
  text-transform: none !important; /* remove all-caps if theme forces it */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;