* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

body{
    background: #ffffff;
}


@font-face {
    font-family: arif;
    font-weight: normal;
    font-style: normal;
    src: url('/arif.ttf') format('truetype')
}

h1,h2,h3,h4,h5,h6,p{
    font-family: arif;
    direction: rtl;
}
