@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=DM+Sans:wght@400;500;600&display=swap"); body.theme-atelier-luxury { --primary: #7c5c1f; --primary-dark: #5c4316; --primary-light: #f9f2df; --secondary: #2f2a21; --accent: #b8892d; --bg-body: #f6f2e9; --bg-card: #fffdf8; --bg-dark: #1f1a13; --text-primary: #241f18; --text-secondary: #5c4f3f; --text-muted: #75634f; --border: #e2d7c4; font-family: "DM Sans", system-ui, sans-serif; } .theme-atelier-luxury .navbar-brand, .theme-atelier-luxury .header-title, .theme-atelier-luxury .post-title, .theme-atelier-luxury .page-title, .theme-atelier-luxury .blog-card-title, .theme-atelier-luxury .logo { font-family: "Cormorant Garamond", Garamond, serif; letter-spacing: 0.02em; } .theme-atelier-luxury .blog-card, .theme-atelier-luxury .post-article, .theme-atelier-luxury .widget, .theme-atelier-luxury .card, .theme-atelier-luxury .post-card { border-radius: 24px; border: 1px solid var(--border); box-shadow: 0 12px 30px rgba(60, 45, 21, 0.12); } .theme-atelier-luxury .header-banner, .theme-atelier-luxury .hero { background: linear-gradient(140deg, #f1e3c3, #dfc38f); color: #2f2a21; } .theme-atelier-luxury .card-header, .theme-atelier-luxury .widget-title { background: linear-gradient(120deg, #2f2a21, #514431); } .theme-atelier-luxury .footer, .theme-atelier-luxury .site-footer { background: #1f1a13; }