@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow-x:hidden}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0c2b4f;flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}.navy-tiles{filter:brightness(80%)}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0c2b4f}::-webkit-scrollbar-thumb{background:#1a4a7a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ebb038}::selection{background-color:#ebb0384d}:focus-visible{outline-offset:2px;outline:2px solid #ebb038}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.4s forwards fadeIn}
