@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Philosopher-Regular.woff') format('woff'),
    url('../fonts/Philosopher-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Neirizi';
    src: url('../fonts/Neirizi.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.arabic p span {
    color: var(--arabic-color);
    text-align: right;
}

.turkish {
    font-family: "Philosopher";
}