



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



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




    --bs-primary-rgb: 237,28,36;
    --bs-primary-bg-subtle: #fcdbdc;
    --bs-primary-border-subtle: #fabbbd;



/* Custom Aliases */
--rw-primary: #ed1c24;
--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-primary-rgb: 105,108,255;
    --bs-primary-bg-subtle: #111129;
    --bs-primary-border-subtle: #20204d;


}

/* end DARK */





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








/* end DARK */

