/** Shopify CDN: Minification failed

Line 8:40 Unterminated string token

**/

:root {
    --font-heading-family: "Bicyclette';
}
html {
  font-size: 14px;
}

.page-width {
    max-width: 100%;
    padding: 0;
}

.header a {
  color: #000;
}

.h3 {
  font-size: 28px;
  line-height: 1.325;
  font-weight: 300;
  text-transform: none !important;
}

.btn {
  padding: 12px 20px;
  text-transform: none;
  font-family: 'Bicyclette'; 
  font-weight: 300;
}

body.hasHover .btn:not([disabled]):hover:after, body.hasHover .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover:after {
    transform: none;
}

.btn.btn--dark:hover:after {
  background: #EFD8E0 !important;
}