@import url('https://fonts.googleapis.com/css2?family=Khula:wght@400;700&display=swap');

/* Custom CSS can go here if needed, beyond Tailwind utilities */
body {
    /* Example: Add a default font if not handled by Tailwind */
    font-family: 'Khula', sans-serif;
}
