:root {
  --font-size: 16px;
  --line-height: 20px;
  --letter-spacing: 0.03em;
}

@font-face {
  font-family: "PleaseDoNotStealMePleaseOhOkStealMePlease";
  font-weight: normal;
  src: url("../fonts/RJViafont-Regular.woff2") format("woff2");
}

body {
  margin: 8px;
  font-family: "PleaseDoNotStealMePleaseOhOkStealMePlease", Verdana, Tahoma,
    Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
span {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  display: inline-block;
}

* {
  font-weight: normal;
  font-size: var(--font-size);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
}

a {
  color: rgb(85, 26, 139);
  text-decoration: none;
}

ul {
  margin-bottom: var(--font-size);
}

ul li::before {
  content: "•\00A0";
  display: inline-block;
}

*:focus,
*:focus * {
  outline: none;
  border: none;
  color: rgb(85, 26, 139) !important;
}

hr {
  margin: var(--font-size) 0;
  border: 0;
  height: 10px;
  background: black;
}

img,
video {
  width: 100%;
  display: block;
  margin: var(--font-size) 0;
}

.uppercase {
  text-transform: uppercase;
}

.button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid black;
  padding: 8px 14px;
}
