:root{

/* BACKGROUNDS */

--bg-main:#1c1a17;
--bg-dark:#151310;

/* PANELS */

--panel:#f2e5c5;
--panel-border:#8a6e3b;

/* GOLD THEME */

--gold-light:#f7d27a;
--gold:#d8a73d;
--gold-dark:#c89b3c;

/* TEXT */

--text-main:#f5e6c4;
--text-dark:#3a1e00;
--text-panel:#2e2b26;

/* SHADOWS */

--shadow-deep:0 6px 14px rgba(0,0,0,0.8);
--shadow-inset:inset 0 0 10px rgba(0,0,0,0.35);

/* BORDER RADIUS */

--radius:8px;

}