:root {
    /* Identité graphique : modifier principalement ce fichier. */
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --color-bg: #fff8fb;
    --color-surface: #ffffff;
    --color-text: #242126;
    --color-muted: #706872;
    --color-border: #e8dfe4;

    --color-primary: #cc2e70;
    --color-primary-dark: #991e52;
    --color-primary-soft: #fde8f1;
    --color-secondary: #2c2630;

    --color-success: #1d714b;
    --color-success-soft: #e5f6ed;
    --color-warning: #7a5300;
    --color-warning-soft: #fff4d2;
    --color-danger: #a32640;
    --color-danger-soft: #ffe6eb;

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --shadow-card: 0 18px 50px rgba(58, 31, 45, .08);
    --content-width: 1180px;
}
