@font-face {
    font-family: 'Rooznameh';
    src: url("{% static 'fonts/Rooznameh.ttf' %}") format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Rooznameh', sans-serif;
    direction: rtl; /* This ensures that the text flows from right to left for Persian */
    text-align: right; /* Align the text to the right */
}
