/*
Theme Name: Doro Harmonie Ultimate Premium
Theme URI: https://doroharmonie.fr
Author: Dothy
Description: Thème WordPress one-page ultra-premium inspiré Prada. Administration totale drag & drop, personnalisation complète (typographies, couleurs, images, textes). Design éditorial haut de gamme avec sections numérotées et whitespace généreux.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doro-harmonie
Tags: one-page, parallax, luxury, premium, customizable, drag-drop
*/

:root {
    --primary: #d78c8c;
    --text-dark: #1a1a1a;
    --text-light: #6a6a6a;
    --white: #ffffff;
    --cream: #f9f8f6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 300;
    color: var(--text-dark);
    background: var(--white);
    line-height: 1.8;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
