@import "https://fonts.googleapis.com/css2?family=Great+Vibes&family=Poppins:wght@300;400;500;600;700;800&display=swap";
:root{--primary-color:#8b4513;--secondary-color:#4285f4;--accent-color:#d4af37;--text-dark:#2c3e50;--text-light:#fff;--bg-light:#f8f9fa;--header-bg:#fff;--card-bg:#fff;--border-color:#e2e8f0;--footer-bg-middle:#737373;--footer-bg-bottom:#500202;--header-height:140px}@media (prefers-color-scheme:dark){:root{--text-dark:#e2e8f0;--bg-light:#0f172a;--header-bg:#1e293b;--card-bg:#1e293b;--border-color:#334155;--footer-bg-middle:#0f172a;--footer-bg-bottom:#020617}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-dark);min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.font-decorative{font-family:Great Vibes,cursive}@media (display-mode:standalone){.locale-wrapper main{min-height:calc(100vh - 100px)!important;margin-top:100px!important}}
