



@font-face {
font-family: Estedad;
src: url("https://shop.nezami.net/wp-content/plugins/fara-panel/assets/template1/vendor/fonts/Estedad.woff2") format("woff2");
font-display: swap;
}



:root {
/* Bootstrap Colors */
    --bs-primary: #a40000;




    --bs-primary-rgb: 164,0,0;
    --bs-primary-bg-subtle: #f0d6d6;
    --bs-primary-border-subtle: #e4b3b3;



/* Custom Aliases */
--rw-primary: #a40000;
--rw-secondary: #8592a3;

/* Backgrounds & Text */




/* Typography */
--bs-root-font-size: 16px;
--bs-font-sans-serif: CustomFont, Estedad, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--bs-font-monospace: CustomFont, Estedad, Menlo, Monaco, Consolas, monospace;
}

/* DARK */
[data-bs-theme=dark] {
color-scheme:dark;
/* Bootstrap Colors */





/* Custom Aliases */
--rw-primary: #696cff;
--rw-secondary: #8592a3;

/* Backgrounds & Text */
    --bs-body-bg: #0a0e15;

    --bs-body-color: #d1d1d1;



    --bs-primary-rgb: 105,108,255;
    --bs-primary-bg-subtle: #111129;
    --bs-primary-border-subtle: #20204d;


}

/* end DARK */


    .layout-navbar {
    background-color: #131820 !important;
    }

    .bg-menu-theme {
    background-color: #131820 !important;
    }
    .app-brand .layout-menu-toggle {
    border: 7px solid #131820 !important;
    }


    .text-primary { color: var(--rw-primary) !important; }
    .bg-primary { background-color: var(--rw-primary) !important; }
    .border-primary { border-color: var(--rw-primary) !important; }
    .fill-primary { fill: var(--rw-primary) !important; }
    .form-control:focus,
    .form-select:focus,
    .form-check-input:checked {
    border-color: var(--rw-primary) !important;
    }




/* DARK */

    [data-bs-theme="dark"] body{
    background-color: var(--bs-body-bg);
    }

    [data-bs-theme="dark"] body{
    color: var(--bs-body-color);
    }

    [data-bs-theme="dark"] .form-control,
    [data-bs-theme="dark"] .form-select{
    border-color: #1e293b;
    color: var(--bs-body-color);
    }

    [data-bs-theme="dark"] .card,
    [data-bs-theme="dark"] .dropdown-menu{
    color: var(--bs-body-color);
    border-color: #1e293b;
    }

    [data-bs-theme="dark"] h1,
    [data-bs-theme="dark"] h2,
    [data-bs-theme="dark"] h3,
    [data-bs-theme="dark"] h4,
    [data-bs-theme="dark"] h5,
    [data-bs-theme="dark"] h6{
    color: #ffffff !important;
    }





/* end DARK */

