﻿
@font-face {
    font-family: 'vazir';
    font-weight: bold;
    src: url('font/vazir-bold-fd.woff') format('woff');
}

@font-face {
    font-family: 'vazir';
    font-weight: normal;
    src: url('font/vazir-regular-fd.woff') format('woff');
}

@font-face {
    font-family: 'sahel';
    src: url('font/sahel-fd.woff') format('woff');
}



body {
    direction: rtl;
    font-family: vazir;
    font-size: 12pt;
    line-height: 1.6;
    color: black;

    width: 210mm; /* یا 794px */
    margin: 0 auto; /* وسط‌چین روی مانیتور */
    background: white;
}


@page {
    size: A4;
    margin: 20mm;
}

img{
    max-width:100%;
}

.top
{
    border-bottom : 0.5mm dashed #DDD;
    padding:2mm 0mm;
    margin-bottom:5mm
}


.left
{
    text-align:left;
}

.center{
    text-align:center;
}

.desc {
    margin-bottom: 5mm;
    border:0.5mm dashed #CCC;
    border-radius:20px;
    padding:5mm;
}


.body {
    text-align:justify;
}