/*
Theme Name:       CIOGC Theme
Theme URI:        https://www.ciogc.org
Author:           Abrar Ahmed
Author URI:       https://cool-river-3c8f.abraratech-8cc.workers.dev/
Description:      A custom, accessible, and Elementor-optimized WordPress theme developed specifically for the Council of Islamic Organizations of Greater Chicago (CIOGC) by Abrar Ahmed. It features full compatibility with Elementor Free & Pro, a robust nonprofit design system, and a responsive layout tailored for community engagement.
Version:          1.1.0
Requires at least: 6.0
Tested up to:     6.6
Requires PHP:     8.0
License:          GNU General Public License v2 or later
License URI:      https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:      ciogc
Tags:             custom-colors, custom-logo, custom-menu, full-width-template, nonprofit, elementor, multi-page
*/

/* ── Base Reset (Elementor handles layout) ── */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

