@font-face {
  font-family: "LIBERTARIO";
  src: url(/assets/LIBERTARIO.otf);
}
@font-face {
  font-family: "SYNDICALISTA_OUTLINE";
  src: url(/assets/SYNDICALISTA-Outline.otf);
}
@font-face {
  font-family: "RISE UP";
  src: url(/assets/RiseUp.otf);
}
@font-face {
  font-family: "CMU Sans Serif";
  src: url(/assets/cmunss.ttf) format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: "CMU Sans Serif";
  src: url(/assets/cmunsi.ttf) format('truetype');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "CMU Sans Serif";
  src: url(/assets/cmunsi.ttf) format('truetype');
  font-style: oblique;
  font-weight: 400;
}
@font-face {
  font-family: "CMU Sans Serif";
  src: url(/assets/cmunsx.ttf) format('truetype');
  font-weight: 600;
}

* {
  font-family: "CMU Sans Serif";
} 

html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

body {
  margin: 0 auto;
  padding: 0 1rem;
  font-family: sans-serif;
  background: #c666c3;
  color: black;
  line-height: 1.5rem;
  height: 100vh;
  max-width: 90ch;
  /**  
  display: flex;
  flex-direction: column;
  **/
}
/**
main {
  flex: auto;
}**/

h1,
h2,
h3,
h4 {
  color: white;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: 300;
  line-height: 1.1;
}

h1 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 8rem;
  font-weight: 900;
  text-align: center;
  font-family: "RISE UP";
}

h2 {
  margin-top: 3rem;
  font-size: 3rem;
}

h3 {
  margin-top: 2rem;
  font-size: 2rem;
}

h4 {
  margin-top: 2rem;
  font-size: 1.67rem;
  font-weight: 600;
}

ol,
blockquote {
  padding-left: 1rem;
  margin-left: 1rem;
  margin-right: 0;
  padding-right: 0;
}

blockquote {
  border-left: 20px solid blue;
  color: white;
}

pre {
  white-space: pre-wrap;

  padding: 1rem;
  b rder: 1px solid lightgray;
  border-radius: 4px;
  font-family: monospace;
  font-size: 1.67rem;
  line-height: 1.61;
}


li {
  margin: 0.4rem 0;
  font-size: 1.67rem;
  line-height: 1.61;
  color: white;
  font-weight: 400;
  
}

li::marker {
}

p {
  margin: 0.75rem 0;
  font-size: 1.67rem;
  line-height: 1.61;
}

main img,
main video,
main audio {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
}

main video,
main audio {
  width: 100%;
}

main video {
  border: 1px solid lightgray;
  aspect-ratio: 16 / 9;
}

header .back-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  gap: 0.5rem;
  line-height: 1;
}

footer {
  padding-top: 1rem;
  margin-top: 4rem;
  border-top: 1px dotted lightgray;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: white;
}

footer .lichen-plug {
  display: block;
  margin: 1rem auto;
  color: inherit;
  text-decoration: none;
}

footer p {
  margin: 0.2rem 0;
}

table {
  border: solid 1px gray;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 13px Arial, sans-serif;
}

thead th {
  background-color: orchid;
  border: solid 1px black;
  color: white;
  padding: 10px;
  text-align: left;
}

tbody td {
  border: solid 1px black;
  color: #333;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
}

.footnotes li, .footnotes p {
  color: black;
  font-size: 1.3rem;
}
/**
main {
  column-count: 2;
} 

h1 {
  column-span: all;
}**/
