/*
Theme Name: DWiA Theme
Description: Custom theme for Diaspora Women in Action - Amplifying diaspora women's voices through research, advocacy, and community building in Germany
Author: DWiA Development Team
Version: 2.0.0
Text Domain: dwia
Domain Path: /languages
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-page, responsive, multilingual, outcomes, research, advocacy, custom-post-types, ajax-enabled
Network: false
Update URI: false
*/

/*
 * Main theme styles are loaded from assets/css/main.css
 * This file only contains WordPress theme metadata
 * 
 * Theme Features:
 * - One-page responsive design
 * - Advanced outcomes filtering system  
 * - Modal popups for content details
 * - Contact form with spam protection
 * - Newsletter integration (Mailchimp)
 * - German/English multilingual support
 * - Enhanced content strategy (teaser vs detailed content)
 * - Custom post types for outcomes management
 * - AJAX-powered filtering and interactions
 * - Mobile-optimized design
 * - SEO-friendly structure
 * - Accessibility compliant
 * - Performance optimized
 */

/* Reset any WordPress defaults that might interfere */
.wp-block-group {
    margin: 0;
}

.entry-content {
    margin: 0;
}

/* Ensure theme loads correctly */
body.dwia-theme-active {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #FFFFFF;
    margin: 0;
}