@font-face {
  font-family: "Gendis";
  src: url("../fonts/GendisBody-Regular.woff2") format("woff2"), url("../fonts/GendisBody-Regular.woff") format("woff");
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
:root {
  --brand1: #b91c1c;
  --brand2: #7f1d1d;
  --border1: #888;
}
#wpadminbar {
  opacity: 0.2;
  transition: 0.4s all;
  position: fixed;
  top: 0px;
}
#wpadminbar:hover {
  opacity: 1;
}
BODY {
  background: white;
  font-family: "roboto";
  margin: 0;
  padding: 0;
}
a {
  color: var(--brand2);
}
.ldn-font1 {
  font-family: "Gendis";
}
.ldn-header {
  border-bottom: 1px dashed var(--border1);
}
.ldn-header a {
  text-decoration: none;
  font-size: 1.2rem;
}
.ldn-footer {
  border-top: 1px dashed var(--border1);
}
.ldn-logo {
  font-family: "Gendis";
  font-size: 2.3rem;
  padding: 1rem;
  font-smooth: always;
  line-height: 1.8rem;
}
.ldn-logo div {
  font-size: 1.3rem;
  display: block;
}
.ldn-logo div span {
  color: var(--brand1);
}
.ldn-border1 {
  border-bottom: 1px solid var(--border1);
}
.ldn-content h2 {
  font-family: "Gendis";
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.ldn-content h2:not(:first-of-type) {
  margin-top: 2rem;
}
.ldn-content h3 {
  font-family: "Gendis";
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.ldn-content h3:not(:first-of-type) {
  margin-top: 2rem;
}
.ldn-content p {
  margin-bottom: 1rem;
}
.ldn-content ul {
  list-style-type: disc;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.timestable tr td:first-of-type {
  position: relative;
  top: -1.5rem;
  width: 1rem;
}
.ldn-icon-btn i {
  width: 2.5rem;
  font-size: 1.5rem;
}
.ldn-icon-list li i {
  width: 1.7rem;
}
.ldn-paper1 {
  background: url("https://anarchistbookfair.london/wp-content/uploads/2023/08/pap1-3.png") repeat-x top left #ececec;
  background-size: auto 100%;
}

