/* Blitz Eternal playtest site. Restrained Arthurian register: a warm parchment
   light mode and a deep slate dark mode, indigo and amber accents. */

:root {
  --md-text-font: "Inter";
}

/* Light mode: faint warm parchment background, easier on the eyes for long reads. */
[data-md-color-scheme="default"] {
  --md-default-bg-color: #fbfaf6;
  --md-primary-fg-color: #3f3d8a;
  --md-accent-fg-color: #b7791f;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #9a97e0;
  --md-accent-fg-color: #e0a92e;
}

/* Give body copy a comfortable measure and rhythm for rules text. */
.md-typeset {
  line-height: 1.7;
}

.md-typeset h1,
.md-typeset h2 {
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Tables of stats read better with a little more breathing room. */
.md-typeset table:not([class]) th {
  font-weight: 600;
}

/* Make the [PLAYTEST] / [PROVISIONAL] tags in the source stand out lightly. */
.md-typeset code {
  font-size: 0.85em;
}
