/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: Twenty Twenty-Five Child Theme with article progress tracking
Author: Decrypt
Author URI: https://github.com/Decryptu
Template: twentytwentyfive
Version: 1.4.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/* Global CSS variables */
:root {
    --primary: #F0B53F;
    --light-bg: #FFF8E3;
    --darker-bg: #FFDF7F;
    --svg-color: #FF7300;
    --green: #22EA62;
    --gray-bg: #EAEAEA;
    --gray-text: #8F8F8F;
    --black: #000000;
    --white: #FFFFFF;
    --site-bg: #F5F7FB;
}

/* Ensure variables are available in block editor too */
.editor-styles-wrapper {
    --primary: #F0B53F;
    --light-bg: #FFF8E3;
    --darker-bg: #FFDF7F;
    --svg-color: #FF7300;
    --green: #22EA62;
    --gray-bg: #EAEAEA;
    --gray-text: #8F8F8F;
    --black: #000000;
    --white: #FFFFFF;
    --site-bg: #F5F7FB;
}

/* Increase global content width to fit 3 cards */
.wp-site-blocks {
    --wp--style--global--content-size: 1024px !important;
}

/* Set site background color */
body {
    background-color: var(--site-bg);
}

/* Article and course progress styles are loaded from separate CSS files */
