@import url("./fonts/IranYekanFaNum/IranYekan.css");


/* Editor Styles - Matches frontend styles */

/* Lists */
ul, ol {
    margin: 1rem 0;
    padding-right: 2rem;
    line-height: 36px;
}

ul {
    list-style-type: disc !important;
}

ol {
    list-style-type: decimal !important;
}

li {
    margin-bottom: 0.5rem !important;
}


/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 0.75rem;
    text-align: right;
}

table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

