* {
  font-weight: normal;
}

html {
  background: var(--clr-darkergrey);
  background: linear-gradient(to bottom, var(--clr-white) 0%, var(--clr-white) 50%, var(--clr-darkergrey) 50%, var(--clr-darkergrey) 100%);
  font-size: var(--font-size-root);
  line-height: 1.25;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: var(--fs-text2-md);
  font-family: var(--font-family-base);
  line-height: var(--line-height-base);
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 1em 0;
}

a {
  color: var(--clr-blue);
  text-decoration: none;
}

img {
  max-width: 100%;
}

main {
  min-height: 50vh;
}

.dialog-off-canvas-main-canvas {
  background-color: var(--clr-white);
}

.dot-before {
  display: inline-flex;
  column-gap: .25em;
  align-items: center;
  &:before {
    content: " ";
    width: .75em;
    aspect-ratio: 1;
    border-radius: 9rem;
    background-color: currentcolor;
  }
}
