﻿@font-face {
    /*    font-family: 'DroidKufi';
    src: url('../fonts/Droid.Arabic.Kufi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;*/

    font-family: 'Tajawal', sans-serif !important;
}

* {
    font-family: 'Tajawal', sans-serif !important;
}
i[class^="fa"],
i[class*=" fa-"] {
    font-family: "Font Awesome 6 Free" !important;
}
i[class^="fa"],
i[class*=" fa-"] {
    font-family: "Font Awesome 6 Free" !important;
}

.app-bg {
    background: linear-gradient(-135deg, #1C2B5A, #533E8E, #386C69);
    color: #fff;
}

.app-text {
    color: #386C69;
}

    body .main {
        min-height: 800px;
    }

.app-header {
    margin-bottom: 50px;
}

.app-nav {
    background: linear-gradient(-135deg, #1C2B5A, #533E8E, #386C69);
}

    .app-nav .nav-link {
        color: #fff;
    }
