.text-base-font-color {
  color: #232323 !important;
}

.text-primary-color {
  color: var(--primaryColor, #004f23) !important;
}

.text-primary-color-highlight {
  color: var(--primaryColorHighlight, #5e9074) !important;
}

.text-secondary-color {
  color: var(--secondaryColor, #007298) !important;
}

.text-tertiary-color {
  color: var(--tertiaryColor, #bfb800) !important;
}

.text-baseline-primary-color {
  color: var(--baselinePrimaryColor, #232323) !important;
}

.text-error-color {
  color: var(--errorColor, #d1050c) !important;
}

.text-price-color {
  color: var(--priceColor, #004f23) !important;
}

.text-white {
  color: #ffffff !important;
}

/* font sizes */
html {
  background-color: #f6f6f6;
}

:root {
  --fontFamily: "Microsoft Yahei", Arial, Helvetica, "PingFangSC",sans-serif;
  --primaryColor: #2450B6;
  --primaryColorHighlight: #4569B3;
  --secondaryColor: #051A6A;
  --tertiaryColor: #60B7B3;
  --baselinePrimaryColor: #202020;
  --baselineSecondaryColor: #424341;
  --errorColor: #d1050c;
  --priceColor: #2450B6;
}

h1, h2, h3 {
  color: var(--secondaryColor, #232323) !important;
}

/*# sourceMappingURL=theme.css.map */
