/**
 * Theme Name:        Mainaura
 * Theme URI:         https://mainaura.fr
 * Description:       Thème custom professionnel pour Mainaura - Mainaura entreprise spécialisée dans le nettoyage et le bâtiment, intervenant principalement après les locations.
 * Version:           1.0.0
 * Author:            Chaimaa MADHKOUR
 * Author URI:        https://studio-chaimaa.fr
 * Tags:              custom, professional, responsive, clean, building, maintenance, services, modern
 * Text Domain:       mainaura
 * Domain Path:       /assets/lang
 * Tested up to:      6.8
 * Requires at least: 6.2
 * Requires PHP:      8.0
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 * 
 * Développé par Chaimaa MADHKOUR - Studio Chaimaa Développement
 * Contact: contact@studio-chaimaa.fr
 * Téléphone: 07 67 97 02 98
 * SIRET: 988 800 538 000 15
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900&display=swap');

/* Application typographique globale */
body {
  font-family: var(--font-secondary);
  color: var(--color-text);
  background-color: var(--color-bg);
  transition: background 0.3s ease, color 0.3s ease;
  margin: 0 !important;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-primary);
  margin: 0;
}

p {
  margin: 0;
}
