/*
Theme Name: Genealogie CSA
Theme URI: https://genealogie.csa-soft.com/
Author: CSA-Soft
Description: Thème WordPress personnalisé pour la gestion et l'affichage d'arbres généalogiques privés.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: genealogie-csa
*/

:root {
  --csa-bg: #f4f7fb;
  --csa-panel: #ffffff;
  --csa-text: #16243a;
  --csa-muted: #718096;
  --csa-primary: #173b67;
  --csa-primary-2: #245f8d;
  --csa-accent: #1f9d8b;
  --csa-gold: #d9a441;
  --csa-border: #dfe7ef;
  --csa-danger: #b42318;
  --csa-radius: 18px;
  --csa-shadow: 0 18px 45px rgba(22, 36, 58, .10);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; min-height: 100%; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--csa-text); background: var(--csa-bg); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
