/*
	Make sure that these styles are either duplicated or imported in the main CSS files
*/

.heading1 { font-weight: bolder }
.heading2 { font-style: italic }
.heading3 { font-size: smaller }
.paragraph { font-weight: normal; font-size: inherit; font-style: normal }



