body { font-family: 'Work Sans', sans-serif; color: #1a1a1a; background: #faf9f7; }
.logo-text { font-family: 'Playfair Display', serif; letter-spacing: 0.12em; }
html { scroll-behavior: smooth; }
details summary { cursor: pointer; list-style: none; }
details summary::-webkit-details-marker { display: none; }
details[open] summary .faq-icon { transform: rotate(45deg); }
.faq-icon { transition: transform 0.2s ease; display: inline-block; }
