@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--dm-navy: #051A3F;--dm-blue: #0B2C63;--dm-gold: #D9A521;--dm-ivory: #F8F4E9;--dm-slate: #5A5F6B}body{@apply bg-white text-dm-navy font-sans antialiased;}}@layer components{.dm-loading{@apply flex items-center justify-center h-screen text-dm-slate text-sm;}.dm-page{@apply p-6 max-w-screen-xl mx-auto;}.dm-layout{@apply flex min-h-screen bg-gray-50;}.dm-main{@apply flex-1 overflow-auto;}.dm-auth-page{@apply flex flex-col items-center justify-center min-h-screen p-6;}}
