* {
  box-sizing: border-box;
}

:root {
  --iphone-ui-inverse-scale: 1;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  -webkit-text-size-adjust: auto;
  text-size-adjust: auto;
}

body {
  background: var(--ks-theme-page-bg);
  color: var(--ks-theme-text-primary);
  font-family: var(--ks-font-family-base);
  font-size: var(--ks-font-size-body);
  line-height: calc(var(--ks-line-height-body) / var(--ks-font-size-body));
  padding-top: var(--ks-nav-height);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}
