@font-face {
    font-family:IRAN;
    src: url(./font/IRAN.ttf);
}

*{
    direction:rtl;
    font-family:IRAN;
    box-sizing: border-box;
}

body{
   font-size:16px; 
   margin:0px;
}

a{
    text-decoration: none;
}
a{
    color:#333;
}