:root {
    --bg-primary: #202020;
    --bg-secundary: #2a2a2a;
    --text-primary: #ba9f6e;
    --text-secundary: #dfdfdf;
}

* {
    color: var(--text-primary);
}