@import url('https://fonts.googleapis.com/css2?family=Kedebideri:wght@400;500;600;700;800;900&display=swap');

:root{--theme1:#427A76; --theme2:#703B3B; }
*{font-family: "Kedebideri", sans-serif !important;}
.bg-theme{background-color: var(--theme1) !important; color: white !important; }
.bg-theme-secondary{background-color: var(--theme2); color: white;}
.fg-theme{color: var(--theme1); }
.fg-theme-secondary{color: var(--theme2);}
.nav-link{color: white !important;}

.dt-buttons{ margin-bottom:20px;}
.dt-buttons  button{background:var(--theme2); }
.page-link {color:var(--theme2) !important;}
.active .page-link  {background-color: var(--theme1) !important; color: white !important;}

.bg-success{background-color:var(--theme1)!important;}
.text-success{color:var(--theme1)!important;}

.bg-danger {background-color:var(--theme2)!important;}
.text-danger{color:var(--theme2)!important;}
.btn-danger {background-color:var(--theme2)!important;}
.btn-success{background-color:var(--theme1)!important;}
.btn-primary{background-color:#FCB53B!important}
.btn{border:none!important}

.border-success{border-color:var(--theme1)!important;}
.border-danger {border-color:var(--theme2)!important;}
