/* ---------- Color Module Styles ----------- */

/*color*/
:root {
  --primary-color: #6f0006 ;
  --secondary-color: #000000 ;
  --bg: #efefef;  
}