body {
  font-family: 'Cardo', serif;
  font-size: 20px;
  margin-left: 3.5em;
  margin-right: 3.5em;
  margin-top: 3em;
  margin-bottom: 2em;
}

p, ul, li, table {
  font-family: 'Cardo', serif;
}

p {
  margin-top: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 450;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  margin-top: 0.5em;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 1.55em;
}
h3 {
  font-size: 1.25em;
}

hr {
  border: none;
  border-top: 1px solid #000;
  margin-bottom: 0;
}

ul {
  list-style-type: square;
}

.no-break {
  white-space: nowrap;
}