body {
  margin: 0;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}


h1 { font-size: 2.222rem; }
h2 { font-size: 1.667rem; }
h3 { font-size: 1.333rem; }
h4 { font-size: 1.167rem; }
h5 { font-size: 1.0rem; } 
h6 { font-size: 0.889rem; }

p, li {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

body {
  font-family: system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: system-ui, sans-serif;
  font-weight: bold;
}

main article, main .content {
  font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
}


input, button, textarea, select {
  font: inherit;
}

input, select, textarea, img, picture, video, canvas, svg, table, pre {
  vertical-align: baseline;
}

label:has(+ textarea) {
  vertical-align: top;
}

select {
  padding: 0.25em;
  line-height: 1.2;
  vertical-align: baseline;
}

input, textarea, select, button {
  border: 1px solid #ccc;
  color: inherit;
}

input[type="range"] {
  background-color: transparent;
}        


:where(code, pre) {
  border: 1px solid #ccc;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.9em;
}

code {
  padding: 0.1em 0.3em;
  white-space: nowrap;
}

pre > code {
  all: unset;
}

pre {
  padding: 1em;
  overflow-x: auto;
  line-height: 1.4;
} 

/* Horizontal Rule */

hr {
  border: 0;
  border-bottom: 1px solid currentColor;
  height: 0;
  margin: 1rem 0;
}


hr {
  border: 0;
  border-bottom: 1px solid currentColor;
  height: 0;
  margin: 1rem 0;
}


.horizontal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 0;
  list-style: none;
  align-items: center;
}

.horizontal-links li {
  margin: 0;
  line-height: 1;
}

.horizontal-links a {
  white-space: nowrap;
}            


.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
  clip: rect(1px,1px,1px,1px);
}

.layout-container { max-width: 1024px; }

[class^="layout-cols"] {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.layout-cols-1-1-1-1 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 4) - (3 * 2rem * 1 / 4)); }
.layout-cols-1-1-1-1 > :nth-child(2) { flex: 1 1 calc((100% * 1 / 4) - (3 * 2rem * 1 / 4)); }
.layout-cols-1-1-1-1 > :nth-child(3) { flex: 1 1 calc((100% * 1 / 4) - (3 * 2rem * 1 / 4)); }
.layout-cols-1-1-1-1 > :nth-child(4) { flex: 1 1 calc((100% * 1 / 4) - (3 * 2rem * 1 / 4)); }
.layout-cols-1-1-1 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 3) - (2 * 2rem * 1 / 3)); }
.layout-cols-1-1-1 > :nth-child(2) { flex: 1 1 calc((100% * 1 / 3) - (2 * 2rem * 1 / 3)); }
.layout-cols-1-1-1 > :nth-child(3) { flex: 1 1 calc((100% * 1 / 3) - (2 * 2rem * 1 / 3)); }
.layout-cols-1-1 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 2) - (1 * 2rem * 1 / 2)); }
.layout-cols-1-1 > :nth-child(2) { flex: 1 1 calc((100% * 1 / 2) - (1 * 2rem * 1 / 2)); }
.layout-cols-2-1 > :nth-child(1) { flex: 1 1 calc((100% * 2 / 3) - (1 * 2rem * 2 / 3)); }
.layout-cols-2-1 > :nth-child(2) { flex: 1 1 calc((100% * 1 / 3) - (1 * 2rem * 1 / 3)); }
.layout-cols-3-1 > :nth-child(1) { flex: 1 1 calc((100% * 3 / 4) - (1 * 2rem * 3 / 4)); }
.layout-cols-3-1 > :nth-child(2) { flex: 1 1 calc((100% * 1 / 4) - (1 * 2rem * 1 / 4)); }
.layout-cols-1-2 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 3) - (1 * 2rem * 1 / 3)); }
.layout-cols-1-2 > :nth-child(2) { flex: 1 1 calc((100% * 2 / 3) - (1 * 2rem * 2 / 3)); }
.layout-cols-1-3 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 4) - (1 * 2rem * 1 / 4)); }
.layout-cols-1-3 > :nth-child(2) { flex: 1 1 calc((100% * 3 / 4) - (1 * 2rem * 3 / 4)); }
.layout-cols-1 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 1) - (0 * 2rem * 1 / 1)); }

@media (max-width: 900px) {
  .layout-cols-1-1-1-1 > :nth-child(1) { flex: 1 1 calc(50% - 1rem); }
  .layout-cols-1-1-1-1 > :nth-child(2) { flex: 1 1 calc(50% - 1rem); }
  .layout-cols-1-1-1-1 > :nth-child(3) { flex: 1 1 calc(50% - 1rem); }
  .layout-cols-1-1-1-1 > :nth-child(4) { flex: 1 1 calc(50% - 1rem); }
  .layout-cols-2-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-2-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-3-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-3-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-2 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-2 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-3 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-3 > :nth-child(2) { flex: 0 0 100%; }
}

@media (max-width: 600px) {
  .layout-cols-1-1-1-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-1-1-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-1-1-1 > :nth-child(3) { flex: 0 0 100%; }
  .layout-cols-1-1-1-1 > :nth-child(4) { flex: 0 0 100%; }
  .layout-cols-1-1-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-1-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-1-1 > :nth-child(3) { flex: 0 0 100%; }
  .layout-cols-1-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-2-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-2-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-3-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-3-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-2 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-2 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-3 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-3 > :nth-child(2) { flex: 0 0 100%; }
}


html, body {
  height: 100%
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

main {
  flex: 1 0 auto
}

footer {
  flex-shrink: 0;
  position: relative;
}


.bump-mt-0 { margin-top: 0; }
.bump-mt-1 { margin-top: 1rem; }
.bump-mt-2 { margin-top: 2rem; }
.bump-mt-3 { margin-top: 3rem; }

.bump-mb-0 { margin-bottom: 0; }
.bump-mb-1 { margin-bottom: 1rem; }
.bump-mb-2 { margin-bottom: 2rem; }
.bump-mb-3 { margin-bottom: 3rem; }


a[href^="http://"]:after,
a[href^="https://"]:after {
  content: '';
  display: inline-block;
  vertical-align: -0.11111em;
  margin-left: 0.25em;
  width: 0.8333em;
  height: 0.8333em;
  background: currentColor;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="white" d="M10.5 1a.5.5 0 0 0 0 1h2.793L7.146 8.146a.5.5 0 1 0 .708.708L14 2.707V5.5a.5.5 0 0 0 1 0v-4a.5.5 0 0 0-.5-.5h-4z"/><path fill="white" d="M13 8a.5.5 0 0 1 .5.5v4A2.5 2.5 0 0 1 11 15H4A2.5 2.5 0 0 1 1.5 12.5V5A2.5 2.5 0 0 1 4 2.5h4a.5.5 0 0 1 0 1H4A1.5 1.5 0 0 0 2.5 5v7.5A1.5 1.5 0 0 0 4 14h7a1.5 1.5 0 0 0 1.5-1.5v-4a.5.5 0 0 1 .5-.5z"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}            

/* LIGHT THEME */
body {
  color: #282e31;
  background-color: #e2ede7;
}
html[data-theme="light"] body,
html[data-theme="dark"] .light-theme {
  color: #282e31;
  background-color: #e2ede7;
}
html[data-theme="light"] a,
html[data-theme="dark"] .light-theme a {
  color: #426752;
}
:where(code, pre),
html[data-theme="light"] :where(code, pre) {
  background-color: #d7e1db;
  border-color: #cbd5d0;
}
:where(input, select, textarea, button, datalist, option),
html[data-theme="light"] :where(input, select, textarea, button, datalist, option) {
  background-color: #d1dbd6;
  border-color: #c0c9c4;
}
:where(input:disabled, select:disabled, textarea:disabled, button:disabled, datalist:disabled, option:disabled),
html[data-theme="light"] :where(input:disabled, select:disabled, textarea:disabled, button:disabled, datalist:disabled, option:disabled) {
  background-color: #dce7e1;
  border-color: #d7e1db;
  opacity: .5;
  cursor: not-allowed;
}
@media (prefers-color-scheme: dark) {
  html:not([data-theme]) .light-theme {
    color: #282e31;
    background-color: #e2ede7;
  }
  html:not([data-theme]) .light-theme a {
    color: #426752;
  }
}

/* DARK THEME */
@media (prefers-color-scheme: dark) {
  html:not([data-theme]) body {
    color: #d6e6dd;
    background-color: #282e31;
  }
  html:not([data-theme]) a {
    color: #8baf9b;
  }
  html:not([data-theme]) :where(code, pre) {
    background-color: #383e40;
    border-color: #484d50;
  }
  html:not([data-theme]) :where(input, select, textarea, button, datalist, option) {
    background-color: #484d50;
    border-color: #686d6f;
  }
  html:not([data-theme]) :where(input:disabled, select:disabled, textarea:disabled, button:disabled, datalist:disabled, option:disabled) {
    background-color: #2d3336;
    border-color: #33383b;
  opacity: .4;
  cursor: not-allowed;
  }
}
html[data-theme="dark"] body,
html[data-theme="light"] .dark-theme {
  color: #d6e6dd;
  background-color: #282e31;
}
html[data-theme="dark"] a,
html[data-theme="light"] .dark-theme a {
  color: #8baf9b;
}
html[data-theme="dark"] a:visited,
html[data-theme="light"] .dark-theme a:visited {
}
html[data-theme="dark"] :where(code, pre) {
  background-color: #383e40;
  border-color: #484d50;
}
html[data-theme="dark"] :where(input, select, textarea, button, datalist, option) {
  background-color: #484d50;
  border-color: #686d6f;
}
html[data-theme="dark"] :where(input:disabled, select:disabled, textarea:disabled, button:disabled, datalist:disabled, option:disabled) {
  background-color: #2d3336;
  border-color: #33383b;
  opacity: .4;
  cursor: not-allowed;
}
@media (prefers-color-scheme: light) {
  html:not([data-theme]) .dark-theme {
    color: #d6e6dd;
    background-color: #282e31;
  }
  html:not([data-theme]) .dark-theme a {
    color: #8baf9b;
  }
}


/* Nibblon
 */

/* Masthead */

#header {
  border-bottom: 1px solid #8baf9b;
  background-color: #040404;
}

body > header .logo {
  text-transform: uppercase;
}

body > header p {
  margin: 0;
  line-height: 1.7em;
}

body > header nav {
  font-size: 1.25em;
}

body > header nav span {
  display: inline-block;
  white-space: nowrap;
}

body > header nav p {
  color: #969696;
}

body > header nav a {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 5px solid transparent;
}

body > header nav a:hover,
body > header nav a:focus-visible,
body > header nav a[aria-current="page"],
body > header nav a[aria-current="location"] {
  border-bottom-color: #8baf9b;
}

/* Home Introduction */

.home .dark-theme.introduction {
  background-color: #040404;
}

.home .introduction .layout-container {
  background: transparent url(/-/images/contemplative.png) right bottom no-repeat;
  padding-bottom: 180px;
}

.home .dark-theme.introduction .reading-area {
  color: #a6a6a6;
}

.home .reading-area {
  margin: 0 auto 0 0;
}

.home .introduction h1 {
  margin-top: 0;
  padding-top: 1.5em;
}

/* Article */

.layout-container.dark-theme {
  background-color: #282e31;
}

article figure,
.content figure,
.genre-image .full-width {
  color: #909c98;
  background-color: #1b1f21;
  margin: 0;
}

.figure-image {
  position: relative;
  background: none;
}

.figure-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--figure-image, none);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #1b1f21;
  background-size: auto;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.figure-image > * {
  position: relative;
  z-index: 1;
}

article figcaption,
.content figcaption {
  padding: .2778em;
  font-size: 0.8889em;
  line-height: 1.2778em;
}

.portrait-image img,
.genre-image img {
  margin: 0 auto;
}

.genre-image {
  border-bottom: 5px solid #040404;
}

article h1,
.content h1 {
  margin-top: 1.5em;
}

h1 .release-year {
  display: block;
  margin-top: .3333em;
  font-size: .45em;
  font-weight: normal;
}

.categorization > section {
  border-top: 1px solid #647270;
}

.categorization h2 + ul {
  margin-top: -0.8889em;
}

.emblem-image img {
  margin: 1em auto 2em;
}

ul.slim, p.slim {
  padding-inline-start: 1.1667em;
}

.letter-index {
  line-height: 3;
}

.letter-index a,
.letter-index span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  line-height: .7;
  font-family: system-ui, sans-serif;
  font-size: 1.222em;
  font-weight: bold;
  border-width: 0;
  border-radius: 50%;
  text-decoration: none;
  margin: 0 0.15em;
}

.letter-index a:hover,
html[data-theme="light"] .letter-index a:hover {
  text-decoration: underline;
}

.letter-index a,
.letter-index span,
html[data-theme="light"] .letter-index a,
html[data-theme="light"] .letter-index span {
  color: #e2ede7;
  background: #426752;
}

.letter-index span,
html[data-theme="light"] .letter-index span {
  background: #abc1b5;
}

/* Thumbnails */

aside {
  font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
}

aside .reading-area {
  width: 100%;
  min-width: 0;
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #647270;
}

/* Cards */
.movie-card {
  width: 100%;
  max-width: 311px;
  margin: 0 auto;
  min-width: 0;
  line-height: 1.4;
}

.movie-card img {
  width: 100%;
  height: auto;
  border-width: 2px 0;
  border-style: solid;
  border-color: #1b1f21;
}

.movie-card span {
  display: block;
  margin: 0 0 .25em 0;
  padding: 0 .25em;
  overflow-wrap: anywhere;
  color: #909c98;
  background-color: #1b1f21;
  font-size: .8889em;
}

.movie-nav {
  display: grid;
  --gap: clamp(1em, 5vw, 3rem);
  column-gap: var(--gap);
  grid-template-columns: repeat(2, min(311px, calc((100% - var(--gap)) / 2)));
  align-items: start;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

.movie-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 600px) {
  .movie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .movie-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Back to the top */

.scroll-links .layout-container {
  margin-top: 3em;
  text-align: center;
}

.back-to-top {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.back-to-top .icon {
  width: 2em;
  height: 2em;
  margin-bottom: 0.3em;
  background: currentColor;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill=\'white\' viewBox=\'0 0 24 24\'><path d=\'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 15c-.55 0-1-.45-1-1v-4H8.41c-.89 0-1.34-1.08-.71-1.71l3.59-3.59c.39-.39 1.02-.39 1.41 0l3.59 3.59c.63.63.19 1.71-.71 1.71H13v4c0 .55-.45 1-1 1z\'/></svg>') no-repeat center;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill=\'white\' viewBox=\'0 0 24 24\'><path d=\'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 15c-.55 0-1-.45-1-1v-4H8.41c-.89 0-1.34-1.08-.71-1.71l3.59-3.59c.39-.39 1.02-.39 1.41 0l3.59 3.59c.63.63.19 1.71-.71 1.71H13v4c0 .55-.45 1-1 1z\'/></svg>') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: currentColor;
}

.back-to-top .label {
  font-size: 0.8889em;
  border-bottom: 2px solid transparent;
}

.back-to-top:hover .label,
.back-to-top:focus .label,
.back-to-top:active .label {
  border-bottom: none;
}

/* Footer */

#footer {
  color: #3d4448;
  margin-top: 3em;
  background-color: #d3dcd7;
}

body > footer .smallprint p {
  font-size: 0.7778em;
  line-height: 1.444em;
  margin-top: .5em;
  margin-bottom: .5em;
}

body > footer .reading-area {
  margin: 0 auto 0 0;
}

/* Copyright notice */

.copyright {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}

.copyright p {
  margin: 0;
}

.cc-license {
  opacity: .7;
}

.cc-license a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  border: none;
}

.cc-license a[href^="http://"]:after,
.cc-license a[href^="https://"]:after {
  content: none !important;
}

.cc-icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: currentColor;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.cc-icon--cc {
  -webkit-mask-image: url('/-/images/cc.svg');
  mask-image: url('/-/images/cc.svg');
}

.cc-icon--by {
  -webkit-mask-image: url('/-/images/by.svg');
  mask-image: url('/-/images/by.svg');
}

.cc-icon--nc {
  -webkit-mask-image: url('/-/images/nc.svg');
  mask-image: url('/-/images/nc.svg');
}

/* Theme toggle */

#theme-toggle {
  margin: 2em 0;
}

#theme-toggle-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  cursor: pointer;
}

#theme-toggle-btn::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-color: currentColor;
  mask: url('data:image/svg+xml;utf8,<svg fill="none" viewBox="0 0 24 24" stroke="white" xmlns="http://www.w3.org/2000/svg"><path d="M21 12.79A9 9 0 1111.21 3a7 7 0 009.79 9.79z"/></svg>') no-repeat center;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg fill="none" viewBox="0 0 24 24" stroke="white" xmlns="http://www.w3.org/2000/svg"><path d="M21 12.79A9 9 0 1111.21 3a7 7 0 009.79 9.79z"/></svg>') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

#theme-toggle-btn.theme-is-light::before {
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='5'/><line x1='12' y1='1' x2='12' y2='3'/><line x1='12' y1='21' x2='12' y2='23'/><line x1='4.22' y1='4.22' x2='5.64' y2='5.64'/><line x1='18.36' y1='18.36' x2='19.78' y2='19.78'/><line x1='1' y1='12' x2='3' y2='12'/><line x1='21' y1='12' x2='23' y2='12'/><line x1='4.22' y1='19.78' x2='5.64' y2='18.36'/><line x1='18.36' y1='5.64' x2='19.78' y2='4.22'/></svg>") no-repeat center;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='5'/><line x1='12' y1='1' x2='12' y2='3'/><line x1='12' y1='21' x2='12' y2='23'/><line x1='4.22' y1='4.22' x2='5.64' y2='5.64'/><line x1='18.36' y1='18.36' x2='19.78' y2='19.78'/><line x1='1' y1='12' x2='3' y2='12'/><line x1='21' y1='12' x2='23' y2='12'/><line x1='4.22' y1='19.78' x2='5.64' y2='18.36'/><line x1='18.36' y1='5.64' x2='19.78' y2='4.22'/></svg>") no-repeat center;
}

/* Miscellaneous */

.nowrap {
  white-space: nowrap;
}

.full-width,
span.figure-image {
  display: block;
  width: 100%;
}

img.with-loader {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http://www.w3.org/2000/svg'%20viewBox%3D'0%200%2010%2010'%3E%3Ccircle%20cx%3D'5'%20cy%3D'5'%20r%3D'4'%20fill%3D'%23b0b0b0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2em 2em;
}

/* Dark theme overrides */

html[data-theme="dark"] #footer {
  color: #718484;
  background-color: #0f1111;
}

html[data-theme="dark"] #footer a {
  color: #668072;
}

html[data-theme="dark"] .letter-index a,
html[data-theme="dark"] .letter-index span {
  color: #282e31;
  background: #8baf9b;
}

html[data-theme="dark"] .letter-index span {
  background: #3c4846;
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) #footer {
    color: #718484;
    background-color: #0f1111;
  }

  html:not([data-theme]) #footer a {
    color: #668072;
  }

  html:not([data-theme]) .letter-index a,
  html:not([data-theme]) .letter-index span {
    color: #282e31;
    background: #8baf9b;
  }

  html:not([data-theme]) .letter-index span {
    background: #3c4846;
  }
}

/* Modified */