:root { --bkg: var(--dark-duc); --text: var(--cream); --action: var(--turquoise); --hover: var(--blued); }
.bkg { background-color: var(--bkg); }
