/* assets/css/persian-tools-preview.css */
@font-face {
    font-family: 'IRVazir';
    src: url('../fonts/IRVazir.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRVazir-Bold';
    src: url('../fonts/IRVazir-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRSahel';
    src: url('../fonts/IRSahel.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRSahel-Bold';
    src: url('../fonts/IRSahel-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRParastoo';
    src: url('../fonts/IRParastoo.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRParastoo-Bold';
    src: url('../fonts/IRParastoo-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRSamim';
    src: url('../fonts/IRSamim.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRSamim-Bold';
    src: url('../fonts/IRSamim-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRShabnam';
    src: url('../fonts/IRShabnam.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRShabnam-Bold';
    src: url('../fonts/IRShabnam-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRTanha';
    src: url('../fonts/IRTanha.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRRezvan';
    src: url('../fonts/IRRezvan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRYekan';
    src: url('../fonts/IRYekan.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IREstedad';
    src: url('../fonts/IREstedad.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IREstedad-Bold';
    src: url('../fonts/IREstedad-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRGandom';
    src: url('../fonts/IRGandom.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.font-preview {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 18px;
    background: #f9f9f9;
    margin-bottom: 15px;
}
.font-preview span {
    background-color: red;
    color: white;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
}

.font-preview.vazir { font-family: 'IRVazir', tahoma; }
.font-preview.sahel { font-family: 'IRSahel', tahoma; }
.font-preview.parastoo { font-family: 'IRParastoo', tahoma; }
.font-preview.samim { font-family: 'IRSamim', tahoma; }
.font-preview.shabnam { font-family: 'IRShabnam', tahoma; }
.font-preview.tanha { font-family: 'IRTanha', tahoma; }
.font-preview.rezvan { font-family: 'IRRezvan', tahoma; }
.font-preview.yekan { font-family: 'IRYekan', tahoma; }
.font-preview.estedad { font-family: 'IREstedad', tahoma; }
.font-preview.gandom { font-family: 'IRGandom', tahoma; }
.font-preview.default { font-family: tahoma; }