@font-face{
    font-family: ChatPublicDinot;
    src: url('../fonts/DINOT.otf'),
		 url('../fonts/DINOT.eot');
    font-weight: normal;
}

@font-face {
    font-family: ChatPublicDinot;
    src: url('../fonts/DINOT-Medium.otf'),
		 url('../fonts/DINOT-Medium.eot');
    font-weight: 500;
}

@font-face {
    font-family: ChatPublicDinot;
    src: url('../fonts/DINOT-Bold.otf'),
		 url('../fonts/DINOT-Bold.eot');
    font-weight: bold;
}

.cb-chat{
    font-family: ChatPublicDinot!important;
}