/*
Theme Name: Olivia
Theme URI: https://cmc-agency.me
Author: CMC AGENCY
Author URI: https://cmc-agency.me
Description: Light est un thème sur-mesure ultra minimaliste.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: light
Tags: light, minimal, blog
*/
/* Styles généraux */
body {
    color: #333333;
    margin: 0 !important;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, Poppins, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    transition: background-color 0.5s, color 0.5s;
}

