:root {
  --tec-color-background: #231f20 !important;
  --tec-color-background-secondary: #4e4b4c !important;
  --tec-color-background-secondary-hover: #4e4b4c !important;

  --tec-color-text-primary: #fff !important;
  --tec-color-text-secondary: #fff !important;

  --tec-color-accent-primary: white !important;
  --tec-color-accent-secondary: white !important;
}

body {
  background-color: var(--tec-color-background);
}

.tribe-common-c-btn {
  --tec-border-radius-default: 100px !important;
}
