:root {
    /* Debugging Colors */
    /* button_background: #3c43aa */
    /* hover_color: #2441b2 */
    --theme_color: #5218f2;
    --secondary_color: #5e5cdb;
    --background_color: #ffffff;
    --text_color: #000000;
    --accent_color: #1814f5;
    --success_color: #3e5bd0;
    --error_color: #ff0022;
    --info_color: #2930f5;
    --header_background: #ffffff;
    --header_text_color: #6c38e5;
    --footer_background: #f7f7f7;
    --footer_text_color: #5762f4;
    --button_background: #3c43aa;
    --button_text_color: #ffffff;
    --link_color: #6086d2;
    --hover_color: #2441b2;
    --border_color: #0fb8f0;
    --welcome_bar_background: #144ba3;
    --welcome_bar_text_color: #ffffff;
    --welcome_bar_button_color: #b3ccf4;
    --welcome_bar_button_text: #ffffff;
    --newsletter_bar_background: #f5f5f5;
    --newsletter_bar_text_color: #333333;
    --newsletter_bar_button_color: #1d7ed7;
    --newsletter_bar_button_text: #121212;
    --highlight_background: #fafafa;
    --highlight_text_color: #4720a2;
    --price_color: #0621ea;
    --discount_price_color: #604df5;
    --section_title_background: #fcfcfd;
    --section_title_color: #3136d3;
}
