/*
Theme Name: Voyance Elementor
Theme URI: https://example.com
Author: Votre nom
Author URI: https://example.com
Description: Thème enfant Elementor pour site de voyance professionnelle
Version: 1.0
Template: hello-elementor
Text Domain: voyance-elementor
*/

body {
    font-family: "Poppins", Arial, sans-serif;
}

a {
    color: #1c3f60;
    text-decoration: none;
}

a:hover {
    color: #b89b5e;
}

.voyance-cta {
    background-color: #1c3f60;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 600;
}

.voyance-cta:hover {
    background-color: #b89b5e;
    color: #ffffff;
}
