:root {
--color-text-primary: white;
--color-header-primary: black;
--color-bg-tertiary-hover: white;
--color-text-secondary: black;
--color-text-tertiary-hover: red;
--color-text-danger: white;
--color-text-quaternary-hover: black;
--color-text-success: white;
--color-header-quaternary: black;
--color-bg-body: white;
--color-header-1: black;
--color-bg-secondary: #f0f0f0;
--color-header-2: black;
--color-header-secondary: black;
--color-text-secondary-hover: black;
--color-header-tertiary: black;
--color-bg-tertiary: white;
--color-bg-danger-hover: white;
--color-bg-warning: #ff8f00;
--color-bg-danger: #ee0000;
--color-text-link: #ee0000;
--color-bg-primary-hover: black;
--color-bg-quaternary: whitesmoke;
--color-bg-success: #009864;
--color-bg-warning-hover: #ffc900;
--color-text-danger-hover: #ee0000;
--color-text-primary-hover: white;
--color-text-tertiary: black;
--color-bg-primary: black;
--color-bg-quaternary-hover: #f8f8f8;
--color-text-warning: white;
--color-text-warning-hover: white;
--color-bg-success-hover: #8cd000;
--color-text-success-hover: white;
--color-bg-secondary-hover: #fefefe;
--color-text: black;
--color-text-quaternary: black;
}