@font-face {
    font-family: Itim;
    src: url(/assets/fonts/NotoSansArabic-Regular.ttf);
}

body { 
    font-family: Itim; 
    user-select: none;
}

h1{
    font-size: 35px;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 15px;
}

p{
    font-size: 16px;
}

button {
    font-size: 18px;
}

a{
    font-size: 18px;
    list-style: none;
    cursor: pointer;
    text-decoration: none;
}

.Bold{
    font-weight: bold;
}