@import url('https://fonts.googleapis.com/css2?family=Muli:wght@450;720&display=swap');

body	  { padding: 0; margin: 8px; background: #fff; }
img	  { outline: 0; display: block; width: auto; height: auto; margin: 0 0 0 0; padding: 0; }
h1, .note { font-family: "Muli", "Segoe UI", Geneva, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 93%; 
	    margin-top: 0.6ex; margin-bottom: 0.6ex; padding-bottom: 0; }
@page {
  	   size: portrait;
}
@media (prefers-color-scheme: dark) {
	body 	{ background: #171717; color: #eee; }
}
