/* Fonts (local) */
@font-face{
  font-family:"DM Sans";
  src:url("./fonts/DMSans-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight:100 1000;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Playfair Display";
  src:url("./fonts/PlayfairDisplay-VariableFont_wght.woff2") format("woff2");
  font-weight:400 900;
  font-style:normal;
  font-display:swap;
}

/* Jewelry vibe: clean type + soft gold accent */
.woocommerce, .woocommerce-page{
  --axels-gold:#D8C29D;
  font-family:"DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.woocommerce h1, .woocommerce h2, .woocommerce h3,
.woocommerce-page h1, .woocommerce-page h2, .woocommerce-page h3{
  font-family:"Playfair Display", Georgia, serif;
  letter-spacing:.02em;
}

/* Simple “luxury” button polish */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit{
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#111;
  color:#fff;
  padding:.9em 1.3em;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
  background:var(--axels-gold);
  color:#111;
  border-color:var(--axels-gold);
}
