@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
body { font-family: 'Inter', sans-serif; }
.bg-primary { background-color: #F97316; }
.text-primary { color: #F97316; }
.border-primary { border-color: #F97316; }
.ring-primary { --tw-ring-color: #F97316; }
.hover\:bg-primary-dark:hover { background-color: #EA580C; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #F97316; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #EA580C; }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.nav-link.active { background-color: #FEF2E8; color: #F97316; font-weight: 600; }
.nav-link.active i { color: #F97316; }