@font-face {
    font-family: 'Mitr';
    src: url('../assets/fonts/Mitr-Light.ttf');
    font-weight: normal;
}
/*@font-face {
    font-family: 'Mitr';
    src: url('../assets/fonts/Mitr-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Mitr';
    src: url('../assets/fonts/Mitr-Medium.ttf');
    font-weight: 500;
}*/
@font-face {
    font-family: 'Mitr';
    src: url('../assets/fonts/Mitr-SemiBold.ttf');
    font-weight: bold;
}
#cvo-body {
    font-family: 'Mitr', Arial, sans-serif;
}
