:root {
  --tg-color-primary: #ff1319 !important;
  --tg-text-primary: #ff1319 !important;
  --tg-border-focus: #ff1319 !important;
  --tg-bg-hover: #DAE3EC !important;
  --tg-shadow-focus: #DAE3EC !important;

  --tg-bg-primary: #ff1319 !important;
  --tg-fg-on-bg-primary: #fff !important;
  --tg-button-primary-border: #ff1319 !important;
  --tg-button-primary-hover-bg: #135476 !important;
  --tg-button-primary-hover-border: #135476 !important;
  --tg-button-primary-hover-color: #fff !important;
  --tg-bg-primary-light: #DAE3EC !important;

  --tg-bg-secondary: #818181 !important;
  --tg-fg-on-bg-secondary: #302012 !important;
  --tg-button-secondary-border: #818181 !important;
  --tg-button-secondary-hover-bg: #c3782c !important;
  --tg-button-secondary-hover-border: #c3782c !important;
  --tg-button-secondary-hover-color: #302012 !important;
  --tg-bg-secondary-light: #FFEDDB !important;

  --tg-button-ghost-color: #fff !important;
}