/* ---------- Color Module Styles ----------- */
 :root {
  --primary-color: #2ba9db;
  --secondary-color: #77c6e7;  
  --bg-color: #121212;
  --text-color:#121212;
  --white-text:#ffffff;
}
