/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Thème enfant Hello Elementor – Projet Couleurs du Maroc
Author: vvvdesigner
Author URI: https://vvvdesigner.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/*CSS*/


/* ==============================
   GOOGLE FONTS
============================== */
@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Questrial&display=swap');

/* ==============================
   VARIABLES GLOBALES
============================== */
:root {
  --blue-main: #4622FF;
  --yellow-accent: #F7FF9F;
  --white: #FFFFFF;
  --black: #000000;
}

/* ==============================
   RESET NEUTRE
============================== */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Questrial', sans-serif;
  color: var(--black);
  background: transparent; /* 🔥 IMPORTANT */
}

/* ==============================
   TYPOGRAPHIES GLOBALES
============================== */
h1, h2, h3 {
  margin: 0;
}

.h-gloock { font-family: 'Gloock', serif; }
.h-questrial { font-family: 'Questrial', sans-serif; }

/* Sloop → plus tard via @font-face */
