/*
Theme Name: DigiBabaa Theme
Theme URI: https://digibabaa.co/
Author: DigiBabaa
Author URI: https://digibabaa.co/
Description: A custom WordPress theme port of the DigiBabaa React application.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digibabaa
*/

/* 
 * Base styles are handled by Tailwind CSS.
 * Add any WordPress specific overrides here.
 */
body {
    background-color: hsl(221 39% 11%);
    color: white;
}