/* ========================================
   CSS Custom Properties — Davenen Partner
   Fallback defaults; overridden per-site via
   wp_add_inline_style in includes/assets.php
   ======================================== */

:root {
    /* Brand colours */
    --primary: #163D6B;
    --primary-light: #1E5090;
    --secondary: #E8C94A;
    --secondary-light: #F2D96A;
    --accent: #FFFDF0;

    /* Semantic */
    --success: #27ae60;
    --warning: #f39c12;
    --danger: #e74c3c;

    /* Text */
    --text: #1f2937;
    --text-light: #6b7280;
    --text-muted: #9ca3af;

    /* Surfaces */
    --border: #e5e7eb;
    --bg: #f9fafb;

    /* Sizes */
    --radius: 12px;
    --radius-sm: 8px;
    --sidebar-w: 240px;
}
