:root {
--color-text-primary: white;
--color-header-primary: #444444;
--color-bg-tertiary-hover: white;
--color-text-secondary: #565656;
--color-text-tertiary-hover: red;
--color-text-danger: white;
--color-text-quaternary-hover: black;
--color-text-success: white;
--color-header-quaternary: #565656;
--color-bg-body: white;
--color-header-1: #444444;
--color-bg-secondary: #f0f0f0;
--color-header-2: #565656;
--color-header-secondary: #444444;
--color-text-secondary-hover: black;
--color-header-tertiary: #444444;
--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: #283778;
--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: #283778;
--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: #565656;
--color-text-quaternary: black;
}