/*
Theme Name:   Codexpert
Theme URI:    https://codexpert.io
Description:  Codexpert - A custom Astra child theme for the Codexpert blog, featuring a 3-column single post layout with table of contents, sticky sidebar, FAQ accordion, and social sharing.
Author:       Codexpert
Author URI:   https://codexpert.io
Template:     astra
Version:      2.11.2
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  codexpert
Tags:         blog, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Front-end design tokens — mapped to Astra's global colour palette so the
   child theme follows the site's configured colours. */
:root {
	--primary-color: var( --ast-global-color-0 );
	--dark-color: var( --ast-global-color-2 );
	--gray-color: var( --ast-global-color-3 );
	--light-color: var( --ast-global-color-5 );
	--inter: 'Inter', sans-serif;
}