/*
Theme Name:   Taskexco Child
Theme URI:    https://taskexco.com
Author:       Taskexco
Author URI:   https://taskexco.com
Description:  Child theme for the Taskexco procurement theme. Safe space for all customisations — parent theme updates will never overwrite your changes.
Version:      1.0.0
Template:     taskexco
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  taskexco-child
Tags:         elementor, child-theme, procurement
*/

/*
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 *  HOW THIS FILE WORKS
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 *  The parent theme styles are loaded FIRST via
 *  functions.php using wp_enqueue_style().
 *  Any CSS you write here OVERRIDES the parent.
 *
 *  Prefer writing overrides in assets/css/custom.css
 *  to keep this file clean. That file is also
 *  enqueued in functions.php after the parent + child.
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 */

/* ── Example: Override brand primary color ──────────── */
/*
:root {
  --color-primary:      #0EA5E9;
  --color-primary-dark: #0284C7;
  --color-primary-light:#38BDF8;
  --color-accent:       #0C4A6E;
}
*/

/* ── Example: Override logo font size ───────────────── */
/*
.site-logo a {
  font-size: 1.75rem;
}
*/

/* ── Add your own CSS overrides below ───────────────── */
