/*
Theme Name: HuskyERP
Theme URI: https://example.com/huskyerp
Author: HuskyERP Team
Author URI: https://example.com
Description: Tema integral de gestión de proyectos Kanban, gamificación y finanzas para WordPress.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: huskyerp
*/

:root {
    --husky-bg: #0f172a;
    --husky-surface: #111827;
    --husky-border: #1f2937;
    --husky-text: #e5e7eb;
    --husky-muted: #9ca3af;
    --husky-accent: #38bdf8;
    --husky-success: #22c55e;
    --husky-warn: #f59e0b;
    --husky-danger: #ef4444;
}

body.huskyerp-app-body {
    background: var(--husky-bg);
    color: var(--husky-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
