:root {
  color-scheme: dark;
}

body {
  margin: 0;
  padding: 48px 24px 96px;
  background: #211f1c;
  color: #ede6db;
  font-family:
    'Segoe UI',
    system-ui,
    -apple-system,
    sans-serif;
  line-height: 1.6;
}

.fmlr-doc {
  max-width: 70ch;
  margin: 0 auto;
}

.fmlr-doc__home {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #ede6db;
  text-decoration: none;
}

.fmlr-doc__home img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

.fmlr-doc h1 {
  margin: 0 0 8px;
  font-size: 36px;
  letter-spacing: -1px;
}

.fmlr-doc__updated {
  margin: 0 0 40px;
  color: #a89e93;
  font-size: 14px;
}

.fmlr-doc h2 {
  margin: 40px 0 12px;
  font-size: 22px;
  color: #ede6db;
}

.fmlr-doc p {
  margin: 0 0 16px;
  color: #c4b8ac;
}

.fmlr-doc a {
  color: #da7756;
  text-underline-offset: 3px;
}

.fmlr-doc strong {
  color: #ede6db;
}
