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

/*color*/
:root {
  --primary-color: #f93b50 ;
  --secondary-color: #000000 ;
  --bg: #F5F5F5;  
}