/*
Theme Name: Organizsations
Theme URI: https://hindunesia.id
Author: RXWP
Description: A modern WordPress theme for organisation using Tailwind CSS.
Version: 1.0.0
Tags: custom-background, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* 
   Tailwind CSS is loaded via CDN in this version.
   Custom styles can be added here if needed to override Tailwind.
*/

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}