@import url('https://fonts.googleapis.com/css2?family=Kedebideri:wght@400;500;600;700;800;900&display=swap');

:root{--theme1:#1E8699; --theme2:#DF2407; }
*{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;}
