@font-face {
    font-family: estedad;
    src: url('/fonts/Estedad-Medium.ttf');
}

body {
    direction: rtl;
    font-size: 0.8em;
    font-family: 'estedad';
    text-decoration: none;
    line-height: 35px;
    color: rgba(0, 0, 0, 0.6);
}

.main-text-color {
    color: red !important
}

.main-bg-color {
    background-color: black !important;
}

.main-border-color {
    border: 2px solid #1A1A40 ;
}