/* 
Theme Name: Centre dentaire Ô Dentiste
Theme URI: https://odentiste.com
Description: Thème personnalisé pour les besoins du Centre dentaire Ô Dentiste.
Author: Centre dentaire Ô Dentiste
Author URI: https://odentiste.com
Template: hello-elementor
Version: 2.0.0
Text Domain: odentiste
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */
body {
    line-height: 1.8;
}

@media (max-width: 580px) {
    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 30px !important;
    }
}

.box-hover-scaled {
    transform: scale(1);
    transition: transform 300ms linear;
    &:hover {
        transform: scale(.96);
        transition: transform 300ms linear;
    }
}