html {
  font-size: 18px;
}

p {
  margin-bottom: 1.3em;
  letter-spacing: 0.02em;
}

p + p {
  text-indent: 1.5rem;
}

hr {
  border: none;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(104, 104, 104, 0.4),
    transparent
  );
}

h1 {
  width: 100%;
  text-align:right;
  margin: 0;
}

.headers-1 {
  font-size: 3rem;
}

.f1 {
  font-size: 1rem;
}

.f15 {
  font-size: 1.5rem;
}

.f2 {
  font-size: 2rem;
}

.f25 {
  font-size: 2.5rem;
}

.f3 {
  font-size: 3rem;
}

.f35 {
  font-size: 3.5rem;
}

.f4 {
  font-size: 4rem;
}

.f5 {
  font-size: 5rem;
}

.f6 {
  font-size: 6rem;
}

.no-indent {
  text-indent: 0rem;
}

.text-center {
  text-align: center;
}

.italics {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 900;
}

.layout-typeset {
  text-align: justify;
  hyphens: auto;
  text-wrap: pretty;
}
