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