@font-face {
    font-family: LPMQ;
    src: url('../fonts/lpmq.ttf');
}

nav.navbar {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

nav.navbar .navbar-nav > li.nav-item > a.nav-link {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    padding-right: 24px;
}

.arab-chars {
    font-family: LPMQ;
    line-height: 65px;
    direction: rtl;
}

.post-preview .card-body > .post-meta {
    font-size: 1.125rem;
    font-style: italic;
    margin-top: 0;
    color: #6c757d;
}

.circle {
    width: 3rem;
    height: 3rem;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: rgb(64, 64, 64)
}

th, td {
    font-size: 1rem;
}
  
  