html {
  font-family: Georgia, "Times New Roman", Times, "DejaVu Serif", serif;
  font-size: 100%;
}

/* 
 * cf http://css-tricks.com/snippets/css/using-font-face/
 * This is Clément Nicolle's font "Marcelle", from http://www.stereo-type.net/;
 * it's a distressed clone of "Script MT".  Used with his permission.
 */

@font-face {
  font-family: "Marcelle Script";
  src: url(http://pmrp.org/static/Marcsc___.woff) format('woff),
       url(http://pmrp.org/static/Marcsc___.ttf) format('truetype');
}

/*
  font-family: "Marcelle Script", "Script MT", "HT Trattoria", cursive !important;
  font-weight: bold;
  font-variant: normal;
 */
@font-face {
  font-family: "Marcelle Script";
  src: url(http://pmrp.org/static/Marcsc___.woff) format('woff');
}

/* The name of the website. */
.header__site-name {
  font-family: "Marcelle Script", Arial, sans;
  margin: 0;
}
/*
 * on sufficiently large screens, use a large font for the site name
 * (this doesn't seem to be having any effect.)
 */
@media all and (min-width: 4in) {
  .header__site-name {
    font-size: 2em;
    line-height: 1.5em;
  }
}

.header__site-name {
  font-family: "Marcelle Script", "Script MT", "HT Trattoria", cursive !important;
}
