:root {
  --theme-primary-color: #243E8F;
  --theme-primary-color-rgb: 36, 62, 143;
}

:root {
  --theme-primary-color-alt: #27449C;
  --theme-primary-color-alt-rgb: 39, 68, 156;
}

:root {
  --theme-primary-color-dark: #1B2F6B;
  --theme-primary-color-dark-rgb: 27, 47, 107;
}

:root {
  --theme-secondary-color: #F1673A;
  --theme-secondary-color-rgb: 241, 103, 58;
}

:root {
  --theme-secondary-color-alt: #FE6C3D;
  --theme-secondary-color-alt-rgb: 254, 108, 61;
}

:root {
  --theme-secondary-color-dark: #B14C2B;
  --theme-secondary-color-dark-rgb: 177, 76, 43;
}

:root {
  --theme-color-dark: #000000;
  --theme-color-dark-rgb: 0, 0, 0;
}

:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
}

:root {
  --theme-green-color: #009866;
}

:root {
  --theme-green-color-alt: #00A56F;
}

:root {
  --theme-orange-color: #fa5e23;
}

:root {
  --theme-orange-color-alt: #ad3507;
}

:root {
  --theme-yellow-color: #e6a400;
}

:root {
  --theme-yellow-color-alt: #ad7b00;
}

:root {
  --theme-purple-color: #641aaf;
}

:root {
  --theme-purple-color-alt: #4b1483;
}

:root {
  --theme-teal-color: #07fbce;
}

:root {
  --theme-warning-color: #ff9100;
}

:root {
  --text-light-color: #8a99b3;
}

:root {
  --text-gray-color: #c3c3c3;
}

:root {
  --theme-general-color: #000000;
}

:root {
  --theme-white-color: #fff;
}

:root {
  --theme-light-color: #f8f9fa;
}

:root {
  --theme-light-gray-color: #f8f8f8;
}

:root {
  --theme-gray-color: #efefef;
}

:root {
  --theme-dark-color: #12171f;
}

:root {
  --theme-extra-color: #1d2a40;
}

:root {
  --theme-primary-background-opacity: rgba(56, 56, 232, 0.5);
}

:root {
  --theme-danger-background-opacity: rgba(241, 6, 91, 0.5);
}

:root {
  --theme-text-color: #1d2a40;
}