

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

@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Black-FD.eot');
    src: url('fonts/Vazir-Black-FD.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Black-FD.woff2') format('woff2'),
         url('fonts/Vazir-Black-FD.woff') format('woff'),
         url('fonts/Vazir-Black-FD.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Medium-FD.eot');
    src: url('fonts/Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Medium-FD.woff2') format('woff2'),
         url('fonts/Vazir-Medium-FD.woff') format('woff'),
         url('fonts/Vazir-Medium-FD.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Light-FD.eot');
    src: url('fonts/Vazir-Light-FD.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Light-FD.woff2') format('woff2'),
         url('fonts/Vazir-Light-FD.woff') format('woff'),
         url('fonts/Vazir-Light-FD.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Thin-FD.eot');
    src: url('fonts/Vazir-Thin-FD.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Thin-FD.woff2') format('woff2'),
         url('fonts/Vazir-Thin-FD.woff') format('woff'),
         url('fonts/Vazir-Thin-FD.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body,html{
    height:100%;
    font:12pt Vazir;
    direction:rtl;
}

body{
    background: #0f1116;
    margin-top: 30px;
    color: white;
}
a{ color: #b49a83; text-decoration:none; }
a:hover{ color: white}

.logo{margin: 0px auto;}
.logo img{
    width: 300px;
}
.text{
    width:300px;
    text-align:justify;
}