/*
Theme Name: Digital Agency Premium Theme
Theme URI: https://digital1.it/
Description: Tema premium WordPress progettato per agenzie di digital marketing, completamente compatibile con Elementor. Include best practice per le performance del 2026, rimozione del codice superfluo, caricamento ottimizzato dei font e foglio di stile pulito basato su variabili CSS.
Author: Antigravity AI
Author URI: https://github.com/google-deepmind
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-agency-premium
Tags: custom-menu, translation-ready, elementor-compatible, performance-optimized, dark-mode

This theme is optimized to work out-of-the-box with Elementor Page Builder.
Most layout elements are styled in Elementor, but the global layout baseline, reset, 
performance directives, and custom utility classes are defined here.
*/

/* ----------------------------------
   Global Baseline Styles (Fallback)
   ---------------------------------- */
:root {
    --bg-dark: #07080d;
    --primary: #37e2d9;
    --secondary: #155eef;
    --text-primary: #f3f4f6;
    --text-secondary: #9ca3af;
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-primary);
    font-family: var(--font-body);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.wp-block-group {
    padding: 20px;
}

/* Ensure WordPress admin bar is accounted for */
body.admin-bar .site-header {
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}
