/* Dianna likes:
    1: Times, Baskerville, ?Garamond?, Prata, old standard TT
    2: Playfair display, merriweather, Lora, crimson, domine, cormorant
*/
@font-face {
  font-family: "Lora";
  font-weight: bold;
  font-style: italic;
  src: url("/fonts/Lora-BoldItalic.ttf");
}
@font-face {
  font-family: "Lora";
  font-weight: bold;
  src: url("/fonts/Lora-Bold.ttf");
}
@font-face {
  font-family: "Lora";
  font-style: italic;
  src: url("/fonts/Lora-Italic.ttf");
}
@font-face {
  font-family: "Lora";
  src: url("/fonts/Lora-Regular.ttf");
}

/*# sourceMappingURL=site-fonts.css.map */
