:root{

    --primary:#008753;

    --secondary:#ffffff;

    --gold:#D4AF37;

    --dark:#1B1B1B;

    --gray:#F5F7FA;

    --text:#555555;

    --radius:12px;

    --transition:.3s ease;

    --shadow:0 10px 30px rgba(0,0,0,.08);

}