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