/*
Theme Name: Innovatix TI
Theme URI: https://innovatix.ca
Author: InnovatixTI
Author URI: https://innovatix.ca
Description: Thème WordPress pour Innovatix TI. VERSION 2.1 EMAIL - Le configurateur envoie maintenant par email professionnel au lieu de télécharger un fichier txt. Bilingue FR/EN, Dashboard client, Système complet de gestion de demandes.
Version: 2.1.0-email
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: innovatix
Tags: custom-logo, responsive-layout, translation-ready, bilingual, email-configurator
*/

/* Minimal base tweaks (Tailwind is loaded via CDN) */
html, body { height: 100%; }
body { margin: 0; }

/* Improve focus outlines */
:focus-visible { outline: 2px solid rgba(34, 211, 238, 0.7); outline-offset: 2px; }

/* Hide WP admin bar overlap on fixed header */
body.admin-bar header.site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar header.site-header { top: 46px; } }
