:root {
  --backgroundColor: #ffffff;
  --backgroundTransparentColor: rgba(255, 255, 255, 0.8);
  --foregroundColor: #4e4141;
  --thinRuleColor: rgba(78, 65, 65, 0.15);
  --headingsColor: #111111;
  --headingsUnderlineColor: rgba(17, 17, 17, 0.15);
  --boldColor: #111111;
  --boldUnderlineColor: rgba(17, 17, 17, 0.15);
  --linkColor: #0066cc;
  --linkUnderlineColor: rgba(0, 102, 204, 0.15);
  --linkColorVisited: #663399;
  --linkUnderlineColorVisited: rgba(102, 51, 153, 0.15);
  --hoverColor: #cc3300;
  --hoverUnderlineColor: rgba(204, 51, 0, 0.15);
  --tagColor: #666666;
  --tagUnderlineColor: rgba(102, 102, 102, 0.15);
  --engineTextColor: #666666;
  --engineTextUnderlineColor: rgba(102, 102, 102, 0.15);
  --adminColor: #cc3300;
  --adminUnderlineColor: rgba(204, 51, 0, 0.15);
  --activeColor: #cc3300;
  --markedTextBackground: #fff2a8;
  --inputBackgroundColor: #ffffff;
  --inputTextColor: #111111;
  --mainFontFamily: ProximaNova, Helvetica, sans-serif;
  --noteMainFontFamily: Georgia, "Times New Roman", serif;
  --noteTitleFontSize: 24px;
  --noteTitleLineHeight: 31.5px;
  --noteTextFontSize: 18px;
  --noteTextLineHeight: 1.6;
  --maxWidth: 48rem;
  --marginLeft: 2rem;
  --marginRight: 2rem;
}

.e2-text .quote {
  padding-left: 50px;
  border-left: 4px solid #e2e2e2;
}
