html,body{height:100%}body{margin:0;background-color:#0f172a;font-family:Roboto,sans-serif}:root{--club-primary-color: #0d47a1;--club-accent-color: #1565c0;--app-animate-duration: .35s;--app-animate-ease: ease-out}@keyframes appFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}router-outlet+*{background:transparent!important;animation:appFadeIn var(--app-animate-duration) var(--app-animate-ease) forwards}@media (max-width: 768px){body{overflow-x:hidden!important;width:100%!important;max-width:100vw!important}h1,h2,h3,h4,h5,h6{word-wrap:break-word!important;overflow-wrap:break-word!important;max-width:100%!important}img{max-width:100%!important;height:auto!important}}
