@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-dark: #1C1F24;--brand-light: #e2eaf8;--brand-highlight: #0056B3;--brand-accent: #F5B700}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Inter,sans-serif;color:var(--brand-light);overflow:auto;animation:gradient 15s ease infinite;background-size:400% 400%;background-attachment:fixed}a{text-decoration:none;color:var(--brand-accent);transition:color .3s ease-in-out}a:hover{color:var(--brand-accent)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}#root button{background-color:var(--brand-highlight);color:var(--brand-light);padding:10px 17px;border-radius:8px;border:none;font-weight:700;transition:background .3s ease-in-out;margin-bottom:20px}#root button:hover{background-color:var(--brand-accent);color:var(--brand-dark)}#root{background:linear-gradient(100deg,#0056b3,#4682b4,#d6dbe3);background-size:180% 180%;animation:gradient-animation 9s ease infinite}@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
