/*
Theme Name: Women2Women
Theme URI: https://example.com/women2women
Author: Women2Women Dev Team
Author URI: https://example.com
Description: A modern, elegant, responsive and Elementor-compatible WordPress theme for Women2Women, an organization empowering women through education, mentorship and community support. Fully widgetized, Gutenberg-ready, translation-ready and built with WordPress core best practices.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: women2women
Tags: blog, e-commerce, education, one-column, two-columns, three-columns, four-columns, grid-layout, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Women2Women is based on _s (underscores) https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/

/* -------------------------------------------------------------------------
   Root design tokens
   All colors, spacing and radii are exposed as CSS variables so they can be
   changed globally (including from the Customizer, which writes overrides
   into wp_head) without hunting through selectors.
------------------------------------------------------------------------- */
:root {
    /* Brand colors */
    --w2w-pink: #f83e7b;
    --w2w-hot-pink: #f83e7b;
    --w2w-light-pink: #fff0f7;
    --w2w-purple: #5d1387;
    --w2w-dark-purple: #5d1387;
    --w2w-dark: #20213d;
    --w2w-white: #ffffff;

    /* Derived / utility tokens */
    --w2w-gradient: #5d1387; /* Solid color - gradients disabled */
    --w2w-text: var(--w2w-dark);
    --w2w-text-muted: #6b6b80;
    --w2w-border: #f1e2ec;
    --w2w-bg: #ffffff;
    --w2w-bg-soft: var(--w2w-light-pink);

    /* Layout */
    --w2w-radius-sm: 10px;
    --w2w-radius-md: 18px;
    --w2w-radius-lg: 28px;
    --w2w-radius-pill: 999px;
    --w2w-container: 1240px;
    --w2w-shadow-sm: 0 4px 14px rgba(77, 22, 133, 0.08);
    --w2w-shadow-md: 0 12px 30px rgba(77, 22, 133, 0.14);
    --w2w-transition: 0.25s ease;

    /* Typography */
    --w2w-font-base: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* This stylesheet intentionally contains theme metadata + design tokens only.
   The actual visual rules live in assets/css/main.css, responsive.css and
   animations.css, which are enqueued via functions.php. Keeping style.css
   lean avoids WordPress re-parsing a huge stylesheet on every theme scan and
   keeps things easy for Elementor to layer on top of. */
