﻿

@font-face {
    font-family: 'Lora';
    src: url('../../Content/LoraFont/Lora-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'Lora-SemiBold';
    src: url('../../Content/LoraFont/Lora-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Lora-VariableFont_wght';
    src: url('../../Content/LoraFont/Lora-Italic-VariableFont_wght.ttf') format('truetype');
}

body {
    font-family: 'Lora' !important;
    font-size: 18px;
    /*line-height: 38px;*/
    font-weight: 400;
}
