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

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

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

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