html {
  line-height: 1.15;
  scroll-behavior: smooth;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
}

body {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: var(--color-on-surface, #0b0b0a);
  background: var(--color-surface, #fffcf7);
  fill: var(--color-on-surface, #0b0b0a);
}

* {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  -webkit-font-smoothing: antialiased;
}

p,
li,
ul,
ol,
pre,
div,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
blockquote,
figcaption {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  color: inherit;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focus,
[type="button"]:-moz-focus,
[type="reset"]:-moz-focus,
[type="submit"]:-moz-focus {
  outline: 1px dotted ButtonText;
}

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

pre {
  white-space: normal;
}

input {
  padding: 2px 4px;
}

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

details,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

summary::-webkit-details-marker {
  display: none;
}

dialog {
  max-width: min(92vw, 38rem);
}

body,
main,
section,
article,
header,
footer,
nav,
div {
  min-width: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
