/* Use fonts familiar to Mac users. :-) */
/* http://en.wikipedia.org/wiki/Apple_fonts */
/* http://68kmla.org/wiki/User:ChristTrekker/Choosing_Mac_fonts_for_the_web */

@import url("/applefonts-def.css");

/* ... all media ... */
h2	{ font-family: Charc, sans-serif; }
h3	{ font-family: Tor, Charc, sans-serif; }
h4	{ font-family: ApGar, Tor, Charc, sans-serif; }
h5	{ font-family: Geneva, ApGar, Tor, Charc, sans-serif; }
h6	{ font-family: LA, Geneva, ApGar, Tor, Charc, sans-serif; }
th	{ font-family: Charc, sans-serif; font-weight:700; }
button,input[type="submit"],input[type="reset"]	{ font-family: Charc, sans-serif; font-weight:500; }
	/*
	Lucida Grande is the system font used by MacOS X.
	Geneva was used extensively in the early Mac system interface.
	Lucida Sans is a Windows font that is almost identical to Lucida Grande.
	*/
select, input[type="text"], textarea	{ font-family: "Lucida Grande", Geneva, "Lucida Sans"; }
	/*
	Monaco was a monospace font dating from the original Macintosh.
	*/
pre, code, samp	{ font-family: Monaco, Montagel, monospace; }
	/*
	Espy Sans was developed in the early 1990s for the Newton.
	*/
kbd	{ font-family: "Espy Sans", "Parc Place", cursive; }
address	{ font-family: LA, cursive; }
dt	{ font-family: Myr, Charc, sans-serif; }

@media screen {
body	{ font-family: Myr, sans-serif; }
}

@media print {
body	{ font-family: ApGar, "EB Garamond", serif; }
}
