
/* LORA */
@font-face {
    font-family: 'Lora';
    src: url('Lora.woff2') format('woff2'),
         url('Lora.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('Lora Italic.woff2') format('woff2'),
         url('Lora Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lora';
    src: url('Lora Bold.woff2') format('woff2'),
         url('Lora Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('Lora Bold.woff2') format('woff2'),
         url('Lora Bold.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}