/** Shopify CDN: Minification failed

Line 8:0 Unexpected "{"
Line 8:1 Unexpected "{"
Line 8:3 Expected identifier but found "'atanya.css'"

**/
{{ 'atanya.css' | asset_url | stylesheet_tag }}

/* Headings only */
h1, h2, h3, h4, h5, h6 {
  font-family: "IvyPrestoDisplay-Light", serif !important;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em; /* adjust as needed */
}

/* Optional – italics if you use them in headings or hero text */
h1 em, h2 em, h3 em {
  font-family: "IvyPrestoDisplay-LightItalic", serif !important;
  font-weight: 300;
  font-style: italic;
}




/* === Reduce padding for all buttons sitewide === */
.button,
.button--primary,
.button--secondary,
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded,
button,
[type="submit"] {
  padding: 1em 3em !important; /* adjust as needed */
  margin-top: 15px;
}

/* === Style secondary buttons === */
.button--secondary {
  background: none !important;
  border: none !important;
  border-bottom: 2px solid currentColor !important; /* underline */
  padding: 1em 3em !important;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

/* === Hover effect for secondary buttons === */
.button--secondary:hover {
  transform: scale(1.05);
  border-color: #000; /* swap for your brand color */
}






