@font-face {
font-family: charter;
font-style: normal;
font-weight: normal;
font-stretch: normal;
src: url('charter_regular.woff2') format('woff2');
}

@font-face {
font-family: charter;
font-style: italic;
font-weight: normal;
font-stretch: normal;
src: url('charter_italic.woff2') format('woff2');
}

@font-face {
font-family: charter;
font-style: normal;
font-weight: bold;
font-stretch: normal;
src: url('charter_bold.woff2') format('woff2');
}

@font-face{
font-family:iAWriterDuo;
font-style: normal;
font-weight: normal;
font-stretch: normal;
src:url(iAWriterDuoS-Regular.woff2) format('woff2');}
	
@font-face {
font-family:iAWriterDuo;
font-style: italic;
font-weight: normal;
font-stretch: normal;
src:url(iAWriterDuoS-Italic.woff2) format('woff2');}

@font-face {
font-family:iAWriterDuo;
font-style: normal;
font-weight: bold;
font-stretch: normal;
src:url(iAWriterDuoS-Bold.woff2) format('woff2');}

body  { 
	width: 640px;
	max-width: 90%;
	margin: 64px auto;
	font-family: charter, serif;
	font-size: 16px;
	line-height: 1.5;
	color: #1B1B1B;
	background-color: #F1F1F1;
}

header {
	font-family:iAWriterDuo, system-ui;
	font-size: 13px;
	line-height: 1.5;	
	}

/* Pico Green 450 */ 

a {
	color: #409614;
	text-decoration: none;
	font-weight: bold;
}

table {
	font-family:iAWriterDuo, system-ui;
	margin: 32px 0;
	}

td {
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
    }

td a {
	display: inline-block;
	padding: 2px 0 0 6px;
	white-space: pre-wrap;
}

th { display: none; }

h1 {
	font-size: 32px;
	line-height: 1.175;
	font-weight: 600;
	margin: 48px 0 32px 0;
}

h2 {
	font-size: 14px;
	line-height: 1.25;
	font-weight: 600;
	margin: 32px 0 16px 0;
}

blockquote {
	font-style: normal;
	border-left: 2px solid #E6E4E1;
	padding-left: 1.5;
	margin : 0;
}

footer {
	font-family:iAWriterDuo, system-ui;
	font-size: 13px;
	line-height: 1.5;
	margin: 64px 0;
}
