/* --- Custom Global Styles --- */

.font-sans {
    font-family: 'Ubuntu', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

body, section, nav, footer, div, button, a {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.toggle-button svg {
    flex-shrink: 0;
}

/* --- Navigation Bar Styles --- */
#main-nav {
    background-color: rgba(255, 255, 255, 0.8);
}

.dark #main-nav {
    background-color: rgba(17, 24, 39, 0.8);
}

/* --- Legal Pages Prose Styles --- */
.prose-custom h2 {
    @apply text-2xl font-bold mt-8 mb-4 text-gray-900 dark:text-white;
}

.prose-custom p, .prose-custom li, .prose-custom ul, .prose-custom ol {
    @apply text-gray-600 dark:text-gray-300;
}

/* --- AOS Animation Performance Fix --- */
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s;
}
