@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background:#fafbfc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}#root{min-height:100vh}.text-brand-blue{color:#1f355a}.bg-brand-blue{background-color:#1f355a}.text-brand-orange{color:#f47d32}.bg-brand-orange{background-color:#f47d32}.border-brand-blue{border-color:#1f355a}.hover\:bg-brand-blue:hover{background-color:#1f355a}.hover\:text-brand-orange:hover{color:#f47d32}.from-brand-blue{--tw-gradient-from:#1f355a;--tw-gradient-to:#1f355a00;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-brand-orange{--tw-gradient-to:#f47d32}.flip-card-container{perspective:1000px}.flip-card{transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.flip-card-front,.flip-card-back{backface-visibility:hidden}.shadow-card{box-shadow:0 2px 8px #00000014}.shadow-card-hover{box-shadow:0 8px 24px #0000001f}.transition-all{transition:all .3s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#1f355a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#f47d32}
