@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-navy: #1B1464;--brand-orange: #FF6B00;--brand-soft: #EBF3FF}body{font-family:Inter,sans-serif;background-color:var(--brand-soft);color:#334155;-webkit-tap-highlight-color:transparent}.bg-brand-navy{background-color:var(--brand-navy)!important}.bg-brand-orange{background-color:var(--brand-orange)!important}.text-brand-navy{color:var(--brand-navy)!important}.text-brand-orange{color:var(--brand-orange)!important}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}input,select,textarea{background-color:#fff;color:#1e3a8a}input:focus,select:focus,textarea:focus{outline:none;border-color:#2e86de}
