/* ----- LEGAL DOCUMENTS ----- */

h2 {
  font-size: 3rem;
  font-family: sans-serif;
  color: var(--color-text);
}

h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: sans-serif;
  color: var(--color-text);
  margin-bottom: 1rem;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 10px;
  font-family: sans-serif;
  color: var(--color-text);
  margin-bottom: 1rem;
}

p {
  font-size: 16px;
  font-family: sans-serif;
  color: var(--color-text);
  margin-bottom: 1rem;
  line-height: 16px;
}

table {
  color: var(--color-text);
  font-family: sans-serif;
  width: 100%;
  border: 1px solid black;
  margin-bottom: 15px;
}

table th {
  border: 1px solid black;
  padding: 3px;
}

table tr {
  font-size: 16px;
  font-weight: 500;
}

table td {
  border: 1px solid black;
  padding: 3px;
}

/* ----- LEGAL DOCUMENTS END ----- */
