*,
*::before,
*::after {
  box-sizing: border-box;
}
/*
html, body {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto;
    height: 100%;
}
body {
    position: relative;
    overflow-x: hidden;
    min-height: 100%;
}
*/
html {
  background-color: var(--kc-base-color);
  color: var(--kc-key-color);
}
body {
  margin: 0;
}
