/*
Theme Name: Smart Synergy
Theme URI: https://smartsynergy.pro
Author: Smart Synergy
Author URI: https://smartsynergy.pro
Description: Tema propio modular para Smart Synergy — web, branding, automatización e IA.
Version: 2.4.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: smart-synergy-theme
Tags: agency, business, portfolio, blog, custom-colors, custom-logo, featured-images, translation-ready
*/

/*
 * Smart Synergy theme — main stylesheet header only.
 * Visual styles are modular and live in /assets/css/ (00-13, loaded in order).
 * This file is required by WordPress for theme discovery and the editor stylesheet hint.
 */

:root {
        --ss-offwhite: #f7f5f2;
        --ss-black: #0c0c0c;
        --ss-gray: #6f6f6f;
        --ss-violet: #b8a5e6;
        --ss-turquoise: #a7e3e7;
        --ss-lime: #e5f792;
        --ss-gray-light: #eceae7;
}

/* Tiny critical fallback so the page is never unstyled if /assets/css fails to load. */
body {
        background: var(--ss-offwhite);
        color: var(--ss-black);
        font-family: "Inter", "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
        line-height: 1.6;
        margin: 0;
}

a {
        color: inherit;
}

img {
        max-width: 100%;
        height: auto;
}
