



@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-secondary: #535353;



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

    --bs-secondary-rgb: 83,83,83;
    --bs-secondary-bg-subtle: #e3e3e3;
    --bs-secondary-border-subtle: #cbcbcb;


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

/* Backgrounds & Text */

    --bs-body-color: #575859;



/* 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;

    --bs-secondary-rgb: 133,146,163;
    --bs-secondary-bg-subtle: #15171a;
    --bs-secondary-border-subtle: #282c31;

}

/* 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;
    }

    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #4a4a4a !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;
    }

    .text-secondary { color: var(--rw-secondary) !important; }
    .bg-secondary { background-color: var(--rw-secondary) !important; }

    .border-secondary { border-color: var(--rw-secondary) !important; }

    .fill-secondary { fill: var(--rw-secondary) !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 */

