﻿@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/IranYekan/eot/iranyekanweblight.eot');
    src: url('fonts/IranYekan/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'), url('fonts/IranYekan/woff/iranyekanweblight.woff') format('woff'), url('fonts/IranYekan/ttf/iranyekanweblight.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IranYekan/eot/iranyekanwebregular.eot');
    src: url('fonts/IranYekan/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'), url('fonts/IranYekan/woff/iranyekanwebregular.woff') format('woff'), url('fonts/IranYekan/ttf/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/IranYekan/eot/iranyekanwebbold.eot');
    src: url('fonts/IranYekan/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'), url('fonts/IranYekan/woff/iranyekanwebbold.woff') format('woff'), url('fonts/IranYekan/ttf/iranyekanwebbold.ttf') format('truetype');
}
:root {
    --select: #006eff;
}
    * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: iranyekan;
    direction: rtl;
    padding: 0;
    margin: 0;
    text-align:center;
}
.img{border:0;}
.inner{margin:0 auto;width:244px}
p{font-size:15px;font-weight:bold;line-height:1.79;text-align:center}
.btn {
    color: #fff;
    text-align: center;
    height: 56px;
    line-height: 55px;
    background-image: linear-gradient(to bottom, #699efe, var(--select));
    border-radius:8px;
    width:190px;
    margin:0 auto;
    display:block;
    text-decoration:none;
}