:root {
    --main-color: #997053;
}

.my-main-color{
    color: var(--main-color); !important;
}
