@font-face {
    font-family: 'Vazir';
    src: url('Vazir-FD.svg#Vazir-FD') format('svg'), url('Vazir-FD.ttf') format('truetype'), url('Vazir-FD.woff') format('woff');
    src: url('Vazir.eot');
    src: url('Vazir.eot?#iefix') format('embedded-opentype'), url('Vazir.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BTitr';
    src: url('BTitrBold.svg#BTitrBold') format('svg'), url('BTitrBold.ttf') format('truetype'), url('BTitrBold.woff') format('woff');
    src: url('BTitrBold.eot');
    src: url('BTitrBold.eot?#iefix') format('embedded-opentype'), url('BTitrBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.titr {
    font-family: 'BTitr';
    /* color: #666; */
    color: #1d6b00;
    font-size: 18px;
}

body {
    /* background: #d41919; */
    /* background: #f7f7f7; */
    background: rgb(61, 152, 236);
    text-align: center;
    position: relative;
    /*
    top: 0%;
    left: 0;
    width:device-width;
    height:device-height;
    margin-top: 0;
    overflow: auto;
    overflow: hide;
    */
    font-family: 'Vazir', 'Source Sans Pro', sans-serif;
    font-size: 14px;
}