* {
  border-color: #e8ecf1;
}

body {
  background-color: #f6f9fc;
  color: #0b1220;
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
}

::selection {
  background: rgba(29, 78, 216, 0.15);
}

details summary::after {
  content: "+";
  float: right;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #5b6b82;
}
details[open] summary::after {
  content: "−";
}
