:root {
  --accent:#a0522d;
}

@font-face {
  font-family:"Ari-W9500";
  src:url("/fonts/ari-w9500.woff") format("woff");
}

@font-face {
  font-weight:bold;
  font-family:"Ari-W9500";
  src:url("/fonts/ari-w9500-bold.woff") format("woff");
}

html {
  color:#ffffff;
  font-size:1rem;
  scroll-behavior:smooth;
  background-color:#000000;
  font-family:"Ari-W9500", sans-serif;
}

ul {
  padding-left:0;
  list-style-type:none;
}

ul li:before {
  content:"›";
  padding-left:8px;
  padding-right:8px;
}

li::marker {
  color:rgba(0, 0, 0, 0);
}

a {
  color:#a0522d;
  background-color:#000000;
  text-decoration:underline;
}

a:hover {
  color:#000000;
  background-color:#a0522d;
  text-decoration:underline;
}

strong {
  color:#a0522d;
}

.help {
  cursor:help;
  text-decoration:dotted underline;
}

.outlink:after {
  content:"↗";
}

::selection {
  color:#000000;
  background-color:#a0522d;
}

::-webkit-scrollbar {
  width:auto;
  color:#a0522d;
}

::-webkit-scrollbar {
  width:16px;
}

::-webkit-scrollbar-track {
  background:#000000;
}

::-webkit-scrollbar-thumb {
  background:#a0522d;
  border:2px solid #a0522d;
}

::-webkit-scrollbar-thumb:hover {
  cursor:pointer;
  background:#000000;
  border:1px solid #a0522d;
}

::-webkit-resizer {
  color:#a0522d;
  cursor:pointer;
  background:#000000;
}