:root {
  --mainTextColor: #333332;
  --mainTextColor30: #3333334D;
  --mainTextColor60: #33333399;
  --mainTextColor80: #333332cc;
  --mainTextColor90: #333332e6;
  --selectBackgroundColor: #FFC845;
  --selectBackgroundColor50: #ffc74580;
  --simpleBackgroundColor: #F4F4F4;
  --cityBackgroundColor: var(--selectBackgroundColor);

  --black: var(--mainTextColor);
  --black60: var(--mainTextColor60);
  --gray: #f6f8f9;
  --yellow: var(--selectBackgroundColor);
  --yellow-light: #fff0ca;
  --black-real: #000;
  --yellow-dark: #fbb505;
}