@import url("../fonts/source_serif_pro/source_serif_pro.css");
/* 
 * To self: I've commented out a lot of fonts in the file above so that we only 
 * load the ones that are actually used.*/
body {
height:100%;
font-family: "Source Serif Pro",serif;
font-weight:400;
font-size:1.25em;
background-color:#ffe2ba;
}

p{
	line-height: 1.5;
}

strong {
font-weight:600;
}
/*.ec-lmbx-10x-x-109 {
font-weight:600;
}
*/

/*.SourceSerifPro-Regular-lf-sc-t-1x-x-144 {*/
.small-caps{
font-variant:small-caps;
font-weight:400;
}
/*.SourceSerifPro-Semibold-lf-t-1x-x-109 {*/
.ecbx-1095{
font-weight:600;
}
/*.SourceSerifPro-It-lf-t-1x-x-109 {*/
.ecti-1095{
font-style:italic;
}

/* Horizontal rule */
hr {
  border:none;
  height: 1px;
  background-color: #333;
}

/* Style options for quotations on the home page */
#quote {
font-size: 0.80em;
line-height: 1.4;
letter-spacing: 0.03em;
}
cite {
	font-style:normal;
	white-space: nowrap;
}
cite::before{
	content: "\2014";
}
