/*
Theme Name: FactuSync
Theme URI: https://factusync.es
Description: Custom child theme of Blocksy for FactuSync — Spanish Verifactu-compliant invoicing software for autónomos and SMEs.
Author: Carlos
Author URI: https://factusync.es
Template: blocksy
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: factusync-child
*/

/*
 * Child theme global styles.
 * Modular CSS lives in assets/css/ and is auto-enqueued from inc/enqueue.php.
 * Use this file only for high-priority resets and CSS variables.
 */

:root {
    /* Brand tokens — sync with theme.json */
    --factusync-color-primary: #2563eb;
    --factusync-color-secondary: #0f172a;
    --factusync-color-accent: #f59e0b;
    --factusync-radius: 0.5rem;
}
