* { font-family: 'Fira Sans', sans-serif; }
body { background-color: #fdf8f2; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #b7c3e1; border-radius: 4px; }
.btn-touch { min-height: 48px; }
.card-shadow { box-shadow: 0 1px 3px rgba(58,82,153,0.12), 0 1px 2px rgba(58,82,153,0.08); }
.card-shadow-lg { box-shadow: 0 8px 24px rgba(58,82,153,0.14); }
.transition-fast { transition: all 0.15s ease-in-out; }
input[type="date"], input[type="month"] { font-family: 'Fira Sans', sans-serif; }
