/*
Theme Name: IT Biponi Foundation
Theme URI: https://itbiponi.com/
Author: IT Biponi
Author URI: https://itbiponi.com/
Description: A modern, responsive, Islamic-themed WordPress theme. Built with Tailwind CSS, FontAwesome, and custom SolaimanLipi typography.
Version: 1.0.0
Text Domain: itbiponi-foundation
Tags: islamic, charity, foundation, tailwindcss, modern, responsive
*/

/* * Import SolaimanLipi Font 
 */
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');

/* * Base theme styles. 
 * Note: Main styling is handled by Tailwind CSS in assets/css/output.css
 */
body {
    font-family: 'SolaimanLipi', Arial, sans-serif;
}