body {
  background: var(--qcs-bg);
  color: var(--qcs-text);
  font-family: var(--qcs-serif);
  font-size: 18px;
  line-height: 1.68;
}

a {
  color: var(--qcs-accent-dark);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--qcs-accent-hover);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--qcs-text);
  font-family: var(--qcs-serif);
  font-weight: 500;
  line-height: 1.15;
}

h1 {
  font-size: clamp(34px, 4.2vw, 52px);
}

h2 {
  font-size: clamp(28px, 3vw, 34px);
}

h3 {
  font-size: 24px;
}

p {
  max-width: var(--qcs-width-reading);
}

ul,
ol {
  line-height: 1.7;
}

::selection {
  background: var(--qcs-sand);
  color: var(--qcs-text);
}