@font-face {
    font-family: 'Calibri';
    src: url('ttf/CALIBRI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('ttf/Calibri_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('ttf/Calibri_Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('ttf/Calibri_Bold_Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

