

:root {
    --base-clr: #C25D1E;
    --base-rgb: 194, 93, 30;
   
}

.dark-theme {
    --base-clr: #C25D1E;
    --base-rgb: 194, 93, 30;
  
}

