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

@font-face {
  font-family: "Regular";
  font-weight: bold;
  src: url("/fonts/Bold.ttf");
}

body {
  font-family: Regular;
  font-size: 12pt;
}

.span {
  padding-left: 0;
}

.blockquote {
  width: 90vw;
  height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  background-color: #E0E0E0;
}
