/*
Theme Name: Numerique Child
Author: VamTam
Author URI: https://vamtam.com
Template: numerique
*/



/*

put your child theme styles here


you don't need any @import rules

*/

body {
    transition: background-color 0.4s ease;
}

body.bg-dark {
    background-color: #00A9A5 !important;
}