/*
Theme Name: WDYS Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: Thème minimaliste pour Elementor avec support header et footer personnalisés
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wdys-theme
Tags: elementor, custom, minimal
*/

/* Reset CSS de base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
}

.site-content {
    min-height: 60vh;
}
