/* @font-face {
    font-family: "Plain";
    font-weight: "normal";
    font-style: "normal";
    src: url("/fonts/FreeSans.ttf");
}

@font-face {
    font-family: "Plain";
    font-weight: "bold";
    font-style: "normal";
    src: url("/fonts/FreeSansBold.ttf");
}

@font-face {
    font-family: "Plain";
    font-weight: "normal";
    font-style: "italic";
    src: url("/fonts/FreeSansOblique.ttf");
}

@font-face {
    font-family: "Plain";
    font-weight: "bold";
    font-style: "italic";
    src: url("/fonts/FreeSansBoldOblique.ttf");
}

@font-face {
    font-family: "Fancy";
    src: url("/fonts/Parisienne_regular.ttf");
} */

/* 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");
}

/* @font-face {
    font-family: 'Times';
    font-weight: bold;
    font-style: italic;
    src: url("/fonts/FreeSerifBoldItalic.ttf");
}
@font-face {
    font-family: 'Times';
    font-weight: bold;
    src: url("/fonts/FreeSerifBold.ttf");
}
@font-face {
    font-family: 'Times';
    font-style: italic;
    src: url("/fonts/FreeSerifItalic.ttf");
} */

/* @font-face {
    font-family: 'Times';
    src: url("/fonts/FreeSerif.ttf");
}
@font-face {
    font-family: 'Baskerville';
    src: url("/fonts/Baskervville_regular.ttf")
}
@font-face {
    font-family: "Prata";
    src: url("/fonts/Prata_regular.ttf")
}
@font-face {
    font-family: "Old Standard TT";
    src: url("/fonts/Old Standard TT_regular.ttf")
}
@font-face {
    font-family: "Playfair Display";
    src: url("/fonts/Playfair Display_regular.ttf")
}
@font-face {
    font-family: "Merriweather";
    src: url("/fonts/Merriweather_regular.ttf")
}
@font-face {
    font-family: "Lora";
    src: url("/fonts/Lora_regular.ttf")
}
@font-face {
    font-family: "Crimson";
    src: url("/fonts/Crimson Text_regular.ttf")
}
@font-face {
    font-family: "Domine";
    src: url("/fonts/Domine_regular.ttf")
}
@font-face {
    font-family: "Cormorant";
    src: url("/fonts/Cormorant_regular.ttf")
}
@font-face {
    font-family: "Times New Roman";
    src: url("/fonts/times.ttf");
} */