:root {
	--systemrule-color: #000080;
  --menu-color: #2e7d32;
  --gray-color: #666666;
   --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --secondary-back: rgba(52, 152, 219, 0.1);
    --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;
}

@media (max-width: 768px) {
    :root {
        --large-font-size: 1.8rem;
        --mlarge-font-size: 1.4rem;
        --medium-font-size: 1.2rem;
        --small-font-size: 0.8rem;
    }
}