/* ================= LORA FONT FAMILY ================= */

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

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

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

/* Medium Italic */
@font-face {
    font-family: 'Lora-MediumItalic';
    src: url('/assets/fonts/Lora/static/Lora-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

/* SemiBold Italic */
@font-face {
    font-family: 'Lora-SemiBoldItalic';
    src: url('/assets/fonts/Lora/static/Lora-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

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

/* Bold Italic */
@font-face {
    font-family: 'Lora-BoldItalic';
    src: url('/assets/fonts/Lora/static/Lora-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

