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

/*color*/
:root {
  --primary-color: #4987a4 ;
  --secondary-color: #000000 ;
  --bg: #f3f3f3;  
}