@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;transition:background-color .3s ease-in-out,color .3s ease-in-out}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}html:not(.dark) ::-webkit-scrollbar-thumb{background:#390517;border-radius:10px}html.dark ::-webkit-scrollbar-thumb{background:#c4667d;border-radius:10px}::-webkit-scrollbar-thumb:hover{opacity:.8}html:not(.dark) ::selection{background-color:#39051733;color:#1a1a1a}html.dark ::selection{background-color:#c4667d4d;color:#f5f5f5}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.accent-text{color:#390517}.dark .accent-text{color:#c4667d}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}*:focus-visible{outline:2px solid #D4AF37;outline-offset:2px}.dark *:focus-visible{outline-color:gold}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{animation:shimmer 2s infinite;background:linear-gradient(to right,#f0f0f0,#e0e0e0 20%,#f0f0f0 40% 100%);background-size:1000px 100%}.dark .skeleton{background:linear-gradient(to right,#1a1a1a,#2a2a2a 20%,#1a1a1a 40% 100%);background-size:1000px 100%}@media(max-width:768px){html{font-size:14px}}@media(max-width:480px){.container{padding:0 1rem}}
