/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .editor p { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; font-size: 16px; line-height: 1.5;
 	margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; }
 .editor h1 { font-size: 2em; }
 .editor h2 { font-size: 1.5em; }
 .editor h3 { font-size: 1.17em; }
 .editor h4 { font-size: 1.03em; }
 .editor h5 { font-size: 0.83em; }
 .editor h6 { font-size: 0.67em; }
 .editor ul { display: block; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px;
     margin-inline-end: 0px; padding-inline-start: 40px;
 }