/*
 Theme Name:   Arenastudy Child Theme
 Theme URI:    https://arenastuyd.in/
 Description:  Custom Child Theme for Arenastudy to safely override templates and styles.
 Author:       Senior Developer
 Author URI:   https://arenastuyd.in/
 Template:     generatepress 
 Version:      1.0.0
 Text Domain:  arenastudy-child
*/

/* * Boss, aap apne custom CSS rules yahan likh sakte hain.
 * Tailwand CSS humne template me direct link kar di hai, 
 * toh yahan sirf wahi CSS likhein jo global ho ya default theme ko override karni ho.
 */

:root {
    --brand-color: #05bd52;
    --brand-color-hover: #049e44;
}

/* Custom selection color */
::selection {
    background-color: var(--brand-color);
    color: #ffffff;
}