@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.bg-hero-blue{background-color:#0072bc}.bg-hero-yellow{background-color:#ff9e1b}.text-hero-blue{color:#0072bc}.text-hero-yellow{color:#ff9e1b}.border-hero-blue{border-color:#0072bc}.border-hero-yellow{border-color:#ff9e1b}.hover\:bg-hero-blue:hover{background-color:#005a9a}.hover\:bg-hero-yellow:hover{background-color:#e68910}.bg-gradient-hero{background:linear-gradient(135deg,#0072bc,#ff8c00)}
