/*
	Theme Name: Null
	Theme URI: https://kevinott.ca/wordpress/null
	Description: Null provides a basic reset of html styling, and strips everything other than the body content
	Author: Kevin Ott
	Author URI: https://kevinott.ca
	Requires at least: 6.0
	Requires PHP: 7.4
	Version: 0.2.0
*/
:root{
	
}
html,body{
	margin: 0;
/* 	font-size: 8px!important; */
}
h1,h2,h3,h4,h5,h6,div,span,p,a{
	margin-block: unset;
	line-height: 1.3;
}