@import url('https://use.typekit.net/egi1rvc.css');

:root {
  --font-headline: 'warnock-pro-display', Proxima Nova;
  --font-button: 'warnock-pro-display', Proxima Nova;
  --font-sans: 'warnock-pro-display', Proxima Nova;
  --offers-checkbox-inactive: '#f8f2ec';
  --offers-checkbox-active: '#472f23';
}

/* headings */
h1,
h2,
h3,
h4,
.font-headline {
  font-family: var(--font-headline);
  font-style: italic;
}

/* paragraphs, lists, buttons & anchors */
p,
ul,
ol,
li,
a,
button,
.btn {
  font-family: var(--font-sans);
}

.btn,
.btn--base,
[data-osc-product='shop-form-button'].btn.btn-secondary {
  padding-top: 12px !important;
}
