/*
Theme Name: ICED Africa
Theme URI: https://icedafri.org
Author: ICED Africa
Author URI: https://icedafri.org
Description: Custom WordPress theme for Innovating Creativity & Educational Development (ICED Africa) — a Nigerian NGO providing free education, shelter, food, clothing and counseling to underprivileged children. Built around the organisation's navy-and-gold brand identity.
Version: 1.3.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: iced-africa
Tags: non-profit, charity, education, ngo, custom-colors, custom-menu, featured-images, translation-ready

This is the required WordPress stylesheet header. All actual styling lives in
assets/css/main.css (enqueued in functions.php) so it's easier to maintain.
*/

/* Brand design tokens — single source of truth, referenced by assets/css/main.css */
:root {
    --iced-navy-dark:  #0F1B38;
    --iced-navy:        #16264D;
    --iced-navy-soft:   #24365F;
    --iced-gold:         #C9A227;
    --iced-gold-light:   #E8C766;
    --iced-cream:        #FAF6EC;
    --iced-white:        #FFFFFF;
    --iced-ink:          #232A38;
    --iced-gray:         #5B6472;
    --iced-gray-light:   #E7E4DA;
    --iced-success:      #3C7A4B;

    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body:    'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --radius-sm: 4px;
    --radius-md: 10px;
    --radius-lg: 22px;
    --shadow-soft: 0 12px 30px -12px rgba(15, 27, 56, 0.25);
}
