﻿:root {
    --bg-site: #cd9b1e;
    --bg-box: #ebe6d2;
    --color-theme: #0a5037;
}
.cursor-pointer {
    cursor: pointer;
}