body { font-family: 'Roboto', sans-serif; }
h1, h2, h3, .brand-font { font-family: 'Oswald', sans-serif; }

/* Animation Utilities */
.modal-fade-in { animation: fadeIn 0.3s ease-out forwards; }
@keyframes fadeIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }

/* Hide scrollbar for clean modals but allow scrolling */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }