﻿/* site-en.css */
@font-face {
    font-family: 'Lora';
    src: url('/fonts/Lora-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('/fonts/Lora-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    /*font-family: 'Lora', serif;*/
    font-family: "Times New Roman", Times, serif;
}
