@font-face {
    font-family: 'MiSansLatin-Thin';
    src: url('../font/MiSansLatin-Thin.ttf') format('opentype');
}
@font-face {
    font-family: 'MiSansLatin-ExtraLight';
    src: url('../font/MiSansLatin-ExtraLight.ttf') format('opentype');
}
@font-face {
    font-family: 'MiSansLatin-Light';
    src: url('../font/MiSansLatin-Light.ttf') format('opentype');
}
@font-face {
    font-family: 'MiSansLatin-Normal';
    src: url('../font/MiSansLatin-Light.ttf') format('opentype');
}
@font-face {
    font-family: 'MiSansLatin-Regular';
    src: url('../font/MiSansLatin-Regular.ttf') format('opentype');
}
@font-face {
    font-family: 'MiSansLatin-Medium';
    src: url('../font/MiSansLatin-Medium.ttf') format('opentype');
}
@font-face {
    font-family: 'MiSansLatin-Demibold';
    src: url('../font/MiSansLatin-Demibold.ttf') format('opentype');
}
@font-face {
    font-family: 'MiSansLatin-Semibold';
    src: url('../font/MiSansLatin-Semibold.ttf') format('opentype');
}
@font-face {
    font-family: 'MiSansLatin-Bold';
    src: url('../font/MiSansLatin-Bold.ttf') format('opentype');
}
@font-face {
    font-family: 'MiSansLatin-Heavy';
    src: url('../font/MiSansLatin-Heavy.ttf') format('opentype');
}
@font-face {
    font-family: 'Rany-Bold';
    src: url('../font/Rany-Bold.otf') format('opentype');
}


.imgFull {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}