/* Lora */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Lora-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/Lora-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Lora-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/Lora-BoldItalic.ttf') format('truetype');
}

/* Sorts Mill Goudy */
@font-face {
    font-family: 'Sorts Mill Goudy';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/SortsMillGoudy-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Sorts Mill Goudy';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/SortsMillGoudy-Italic.ttf') format('truetype');
}