
@font-face {
    font-family: Vazir;
    src: url('font/Vazir.eot');
    src: url('font/Vazir.eot?#iefix') format('embedded-opentype'),
    url('font/Vazir.woff') format('woff'),
    url('font/Vazir.ttf') format('truetype');
    font-weight: normal;
}

body {
    font-family: 'Vazir', Vazir, Tahoma, Arial, sans-serif !important;
    font-weight: 300;
    direction: rtl;
    text-align: right;
    background-color: #363940;
    color: white;

}

.post_container{
    background-color: rgba(0,0,0,0);
    color: white;
    max-width: 3000px;

}
.post_box{
    padding: 5px;
    background-color: rgba(0,0,0,0);

}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
button:focus {
    outline: none;
}