/*
Theme Name: Al-Himmah Association
Theme URI: https://alhimmah.org
Author: Al-Himmah IT Team
Author URI: https://alhimmah.org
Description: Official WordPress theme for Al-Himmah Association — a welfare, education & humanitarian foundation. Converted 1:1 from the original Al-Himmah IT Platform web app design (public site). Fully editable via wp-admin: Notices, Projects, Donation/Volunteer/Contact submissions, and site-wide settings (payment numbers, contact info) are all manageable from the WordPress dashboard.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: al-himmah
*/

/* Design tokens are defined and applied via Tailwind CDN config in inc/enqueue.php
   (kept there so header/footer share one source of truth). This file only holds
   small base overrides that must live in a real stylesheet. */

:root {
  --color-primary-950: #050e1d;
  --color-primary-900: #0a192f;
  --color-accent-500: #d4af37;
  --color-secondary-50: #ecfdf5;
}

body {
  background-color: var(--color-secondary-50);
}

.font-bengali,
.font-sans {
  font-family: 'Tiro Bangla', 'SutonnyOMJ', Arial, sans-serif;
}

.bg-islamic-pattern {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l30 30-30 30L0 30 30 0zm0 15L15 30l15 15 15-15-15-15zm0 10l5 5-5 5-5-5 5-5z' fill='%23D4AF37' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.bg-islamic-pattern-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l30 30-30 30L0 30 30 0zm0 15L15 30l15 15 15-15-15-15zm0 10l5 5-5 5-5-5 5-5z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

[data-lucide] { display: inline-block; }
.wp-block-al-himmah-accordion-content[hidden] { display: none; }
