@font-face {
    font-family: 'Scheherazade-Regular';
    src: url(../fonts/Scheherazade-Regular.ttf) format('truetype');
}

.zade-font {
    font-family: "Scheherazade-Regular" !important;
    font-size: 38px;
}
@font-face {
    font-family: 'AdobeNaskh-Medium';
    src: url(fonts/AdobeNaskh-Medium.otf) format("opentype");
}

body {
    position: relative;
    font-family: 'AdobeNaskh-Medium' !important;
    font-variant-ligatures: none;
}

.chat-container p {
    font-size: 29pt;
    color: #096289;
    text-align: right;
    line-height: 1.7;
}

.chat-container {
    z-index: 11;
    width: 85%;
    height: 51vh;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    margin: 8vh 0 0 56px;
    direction: rtl;
    box-sizing: border-box;
}

/*# sourceMappingURL=style.css.map */
