/*
Theme Name: Micro Nano Event
Author: Cactus 🌵
Author URI: https://www.cactus-pub.com/
Description: Thème enfant du site du Micro Nano Event



/*----------------------------------------*/
/* ------ AJUSTEMENTS GÉNÉRIQUES  ------- */
/*----------------------------------------*/

/* Suppression de la marge du body */
body {
    margin: 0;
}



/*----------------------------------*/
/* ------ PERSONNALISATION  ------- */
/*----------------------------------*/

:root {
    --ma-couleur: #fff;
}


