:root {
  --font-display: Georgia, "Times New Roman", serif;
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --gold: #b0956b;
  --ink: #20211d;
}
body { font-family: var(--font-sans); }
h1, h2, h3, .brand span { font-family: var(--font-display); }

/* İsteğe bağlı display font — yüklenmezse Georgia kullanılır, render'ı bloklamaz */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url("../fonts/cormorant-garamond-55cbec71eba1/cormorant-garamond-e99b45a2.woff2") format("woff2");
}
.brand span, .studioTop h1, .hero h1, .shopHero h1, .cartHero h1 {
  font-family: "Cormorant Garamond", var(--font-display);
}
