@import '~@cainiaofe/cn-ui-m-theme/token.px.scss';

* {
  box-sizing: border-box;
}

html,
body {
  height: 100vh;
}

html {
  /* prettier-ignore */
  font-size: 100PX;
}

body {
  /* prettier-ignore */
  font-size: 14PX;
  margin: 0;
  font-family: $m-font-family-base;
}

a {
  color: $m-color-text;
  text-decoration: none;

  &:link {
    color: $m-color-primary;
  }
}

.cn-ui-m-page-layout {
  height: 100vh;
}

.cn-ui-m-page-layout > body {
  overflow: hidden;
  height: 100vh;
}
