:root{
    --primary:#006633;
    --primary-dark:#004d26;
    --gold:#d4af37;
    --accent:#9b1c31;

    --white:#ffffff;
    --light:#f5f7fa;
    --border:#dde3ea;
    --text:#243447;
    --shadow:0 12px 35px rgba(0,0,0,.12);

    --radius:18px;
}