@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600&family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap');

:root {
  --font-heading-family: 'Fredoka', 'Trebuchet MS', sans-serif;
  --font-body-family: 'Nunito', 'Segoe UI', Verdana, sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 600;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 700;
}

h1, h2, h3, .h0, .h1, .h2, .h3 { letter-spacing: 0.02em; }

.button, .shopify-challenge__button, .customer button,
button.shopify-payment-button__button--unbranded {
  font-weight: 700;
}

.price--on-sale .price-item--regular { opacity: 0.65; }
