:root {
    --baby-bear: #6a5745;
    --bistre: #3b2c20;
    --black-raspberry: #14130a;
    --forestry: #2f5d20;
    --moss: #758956;
    --moss-light: #9fb87a;
    --cream: #e8e0d0;
    --cream-dim: #c4b99e;

    --transition: all 0.3s ease;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}