@font-face {
    font-family: 'MyCustomFont';
    src: url('../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    direction: rtl;
}

body, p, h1, h2, h3, h4, h5, h6, a, div,tr, td, th, span, li, button, label
{
    font-family: 'MyCustomFont', sans-serif;
}
.content {
    flex: 1;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
}
th {
    background-color: #f2f2f2;
}
.nav-link {
    margin-left: 80px; /* Default for LTR */
}