/*Inline text styles to be used when users are making new pages*/

blockquote {
	font-family: var(--condensed-font);
	font-size: var(--text-large);
	font-weight: bold;
	padding-left: 3rem;
	border-left: 4px solid var(--color-primary);
	width: 70%;
}

p, 
.field--type-text-with-summary ul,
 {
  font-size: var(--text-body);
  font-family: var(--condensed-font);
  color: var(--color-text-body);
}

.field--type-text-with-summary ul {
	margin-top: 2rem;
}
.field--type-text-with-summary ul li,
.field--type-text-with-summary ol li {
  font-size: var(--text-large);
  font-family: var(--condensed-font);
  color: var(--color-text-body); 
  line-height: 24px;
  margin: 1rem 3rem;

}

.wisdp ul li,
.wisdp .field--type-text-with-summary ul li:not(:last-of-type){
  margin-bottom: 0.5rem;
  font-size: var(--text-body);
  line-height: unset;
  margin-left: 3rem;
}