html {
  font-family: sans-serif;
  font-weight: "700";
  line-height: 1.2;
  font-size: 16px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  /* scroll-behavior: smooth; */
}

body {
  background-color: white;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.unstyled-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

blockquote {
  margin: 0;
}
cite {
  font-style: normal;
}

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

figure {
  margin: 0;
}
picture {
  display: block;
  overflow: clip;
}
img {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
}

details summary {
  cursor: pointer;
}

button {
  text-align: inherit;
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

button:not([disabled]) {
  cursor: pointer;
}

[type="email"],
[type="text"] {
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
  border-radius: 0;
  outline-offset: 5px;
}

dd,
dl,
dt {
  margin: 0;
}

dialog {
  border: none;
  padding: 0;
  margin: 0;
}

[popover] {
  position: fixed;
  width: fit-content;
  height: fit-content;
  color: canvastext;
  background-color: canvas;
  inset: 0px;
  margin: auto;
  border-width: initial;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  padding: 0.25em;
  overflow: auto;
}
[popover]:popover-open:not(dialog) {
  overlay: auto !important;
}
