/* Comments*/

/*p.first is used to single out a specified p.tag by its class name */
/*saying body will apply settings to all chiild functions withiin its scope.*/
/*sans-serif, cursive(comic-sans), system-ui (whatever the system determines by default) */
body { 
	font-family: system-ui, san-serif; /*use system-ui if available*/
	
	line-height: 135%;
	/*text-transform:  uppercase;*/
	}
h3 {
	font-family: serif;
}

/*body {font-family: sans-serif:)*/