﻿
@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/IRANSansX-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/IRANSansX-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXNoEn';
    src: url('../fonts/IRANSansXNoEn-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXNoEn';
    src: url('../fonts/IRANSansXNoEn-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
}


body {
    font-family: 'IRANSansX', 'IRANSansXNoEn', sans-serif;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANSansX', 'IRANSansXNoEn', sans-serif;
    font-weight: 500;
}


.redbox {
    border-color: hsl(14, 100%, 53%);
    border: solid hsl(5, 100%, 53%);
}

.dt-paging paging_full_numbers, .dt-paging-button {
    font-size: small !important;
}