:root {
  --color-light: #ddd;
  --color-dark: #333;
  --anchor-color-dark: #006ce0;
  --anchor-color-light: #ddd;
  --hexasync-bg-light: #f6f6f9;
  --hexasync-bg-dark: #141f2e;
  --hexasync-grey-6: #f9f9f9;
  --antd-primary: #1890ff;
  --antd-danger: #ff4d4f;
  --antd-warning: #fa8c16;
  --antd-success: #52c41a;
  --antd-orange-6: #fa8c16;
  --antd-text-color: rgba(0, 0, 0, 0.65);
  --antd-text-color-secondary: rgba(0, 0, 0, 0.45);
  --antd-layout-bg-color: #f0f2f5;
}

html,
body,
#app {
  font-family: AmazonEmber, Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: var(--hexasync-bg-light);
  font-size: 14px;
  font-weight: 400;
  color: var(--antd-text-color);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}