*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #fff7e8;
  color: #2f2f2f;
  font-family:
    "Inter", "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei",
    "Noto Sans CJK SC", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: #fff7e8;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

button,
input,
select,
textarea {
  color: inherit;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

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

img,
svg {
  display: block;
}

svg {
  flex: 0 0 auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

input,
select {
  border: 0;
  outline: 0;
  background: transparent;
}

input[type="range"] {
  accent-color: #f8c64f;
}

::selection {
  background: rgba(248, 198, 79, 0.36);
}
