@import url('https://rsms.me/inter/inter.css');

body,button,input,select,textarea,.title,h1,h2,h3,h4,h5,h6,code,kbd,pre,tt,var {
	font-family: 'Inter', sans-serif;
}

/* .entry-content {	
	font-size: 1em;	 */
/* } */

/* body 
{
	 font-weight: 200;
} */

/* h1
{
	font-size: 1.5em;
} */

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.1em;
}

img[src$='#floatleft']
{
	float: left;
	max-width: 30%;
	width: auto\9*0.3; /* ie8 */
	height: auto;
	padding: 12px;
}

img[src$='#floatright']
{
	float: right;
	max-width: 30%;
	width: auto\9*0.3; /* ie8 */
	height: auto;
	padding: 12px;
}