
*{
  text-decoration: none;
	font-family: Arial, sans-serif;
  /* outline: 1px solid rgba(182, 129, 129, 0.2);  */

}

:root {
  --primary-color: #ffffff;
  --second-color: #e5e6eb;
  --third-color: #293b4d;
  --four-color: #131c25;
  --five-color: #333333;
  --six-color: #becadf;
  --six-color: #5f4242;

  --text-color: #000000;
  --text2-color: #ffffff;
  --text3-color: #313131;
  --text4-color: #a0a0a0;

  --border-radius: 8px;
  --transition-speed: 0.3s;
  --box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
