

:root {
    --base-clr: #001d4a;
    --base-rgb: 0, 29, 74;
   
}

.dark-theme {
    --base-clr: #001d4a;
    --base-rgb: 0, 29, 74;
  
}

