:root {
	--systemrule-color: #000080;
  --menu-color: #058b54;
  --gray-color: #666666;
   --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --text-color: #333;
    --light-gray: #f5f6fa;
    --border-color: #dcdde1;
    --large-font-size: 2.4rem;
    --mlarge-font-size: 1.8rem;
    --medium-font-size: 1.4rem;
    --small-font-size: 1.0rem;
}

