<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "mark-palmer-icons";
	src: url('mark-palmer-icons.eot');
	src: url('mark-palmer-icons.eot?#iefix') format('eot'),
		url('mark-palmer-icons.woff2') format('woff2'),
		url('mark-palmer-icons.woff') format('woff'),
		url('mark-palmer-icons.ttf') format('truetype'),
		url('mark-palmer-icons.svg#mark-palmer-icons') format('svg');
}

.icon:before {
	font-family: "mark-palmer-icons";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}


.icon-children:before {
	content: "\E001";
}

.icon-couples:before {
	content: "\E002";
}

.icon-families:before {
	content: "\E003";
}

.icon-pets:before {
	content: "\E004";
}

.icon-quote:before {
	content: "\E005";
}

.icon-index.html:before {
	content: "\E006";
}
</pre></body></html>