/* The sticky class is added to the navbar with JS when it reaches its scroll position */

:root {
    --brand_color: #8A745A;
    --light_text: #c9baa1;
    --dark_text: #8a745a;
    --top_text: #220e00;
    --button_color: #AA8740;
    --button_text: #fff;
    --foot_bg: #382416;
    --main_bg: #fff;
    --light_bg: #d9cba6;
}
