/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
body {
	margin: 0 auto;
	width: 90%;
	max-width: 70ch;
	font-family: 'Public Sans', Verdana, Helvetica, sans-serif;
	line-height: 1.5;
}

@supports (font-size-adjust: 1;) {
    p {
        font-size-adjust: 0.5;
    }
}

p {
	font-size: 1em;
    line-height: calc(1ex / 0.32);
}

h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 2em;
	line-height: 1.15;
}



