:root {
    /* Brand — Emerald + Amber */
    --primary: #059669;
    --primary-hover: #047857;
    --primary-light: #ecfdf5;
    --primary-ultra-light: #f0fdf9;
    --accent: #d97706;
    --accent-hover: #b45309;
    --accent-light: #fffbeb;
    --green: #059669;
    --green-light: #ecfdf5;
    --gold: #eab308;
    --rose: #e11d48;

    /* Neutrals */
    --white: #ffffff;
    --off-white: #f8fafc;
    --light-gray: #f1f5f9;
    --border: #e2e8f0;
    --gray: #94a3b8;
    --dark-gray: #64748b;
    --text: #1e293b;
    --text-light: #64748b;
    --dark: #0f172a;
    --footer-bg: #0f172a;

    /* Fonts */
    --font: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-heading: 'Playfair Display', Georgia, serif;

    /* Sizes */
    --header-height: 68px;
    --container-width: 1200px;

    /* Radius */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(15,23,42,0.06), 0 1px 2px rgba(15,23,42,0.04);
    --shadow-md: 0 4px 16px rgba(15,23,42,0.08);
    --shadow-lg: 0 12px 32px rgba(15,23,42,0.1);
    --shadow-card: 0 2px 12px rgba(15,23,42,0.06);
    --shadow-card-hover: 0 8px 28px rgba(5,150,105,0.12);

    /* Transitions */
    --ease: 0.3s ease;
    --ease-spring: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
