:root {
  --color-primary: #d74730;
  --color-bg: #EB3B14;
  --color-bg-content: #f3ede5;
  --color-btn-primary-text: #fff;
}

body {
  background: #EB3B14;
}

.cover {
  width: 100%;
  max-width: none;
  background: #EB3B14;
}

.cover img {
  width: 100%;
  height: auto;
}

.containerMask { opacity: 0.96; }
.container { margin-top: 0; }
.overview-table { margin-left: 0; }
.overview-content { margin-inline-start: 0; }
.about a { color: inherit; }
.share-btn { color: #fff; font-weight: 700; text-decoration: none; }
.share-tw { background: #111; }
.wordmark { font-size: 28px; letter-spacing: 0.12em; margin: 0 0 24px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
