*{background-color:#f2f2f2}
@font-face{font-family:wmbefont;src:url("/assets/wmbefont.woff2") format("woff2");font-display:swap;font-weight:normal}
@font-face{font-family:wmbefont;src:url("/assets/wmbefont-bold.woff2") format("woff2");font-display:swap;font-weight:bold}
body{background-color:#f2f2f2;font-family:wmbefont,system-ui,sans-serif;line-height:1.5;margin:0}
main{max-width:80ch;padding:2ch;margin:0 auto}
h1{font-weight:normal;font-size:1.875rem;margin:0 0 1em}
h2{font-weight:normal;font-size:1.5rem}
h3{font-weight:normal;font-size:1.125rem}
h4{font-weight:normal;font-size:0.875rem}
strong{font-weight:bold}
a{color:inherit;text-decoration:underline}
a:hover,a:focus{text-decoration:none;color:#00008b}
img{border-radius:15px;max-width:100%;height:auto;display:block;margin:1em 0}
figure{margin:0 0 1em}
ul{margin:0;padding:0;list-style:none}
ul li::before{content:"+";padding-right:4px}
ul.ing li::before{content:none;padding-right:0}
li ul{margin-left:1em}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* --- WMBE rotating E-word additions --- */

.wmbe-title {
  font-weight:normal;
  font-size: font-size:1.875rem;
  color: #000;
}

.e-word {
  display: inline-block;
  transition: opacity 0.4s ease;
}

.e-word.fade {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .e-word { transition: none; }
}

/* Optional: per-word accent theming */
:root { --wmbe-accent: currentColor; }
:root[data-wmbe="errors"]        { --wmbe-accent: #9e2a2b; }
:root[data-wmbe="experiments"]   { --wmbe-accent: #1e6091; }
:root[data-wmbe="engines"]       { --wmbe-accent: #6a4c93; }
:root[data-wmbe="echoes"]        { --wmbe-accent: #2a9d8f; }
:root[data-wmbe="entanglements"] { --wmbe-accent: #b08968; }
:root[data-wmbe="elsewheres"]    { --wmbe-accent: #3a86ff; }

.wmbe-accent {
  color: var(--wmbe-accent);
}
