
/* import sidenav styles */
@import url('sidenav.css');

@font-face 
{
    font-family: 'Whyte Book';
	src: url(../Fonts/Whyte-Book.woff2) format('woff2'),
         url(../Fonts/Whyte-Book.woff) format('woff'),
         url(../Fonts/Whyte-Book.ttf) format('truetype');
}
body
{
	font-family: Whyte Book,Arial,sans-serif;
}

/* using Whyte affects ol margins, so increase it */
ol { margin-left: 0.7em; }
