Whiskey Smoker vs. Smoking Gun: Which One Is Worth the Investment? :root { --primary-color: #2c3e50; --accent-color: #c0392b; /* Whiskey reddish-brown tone */ --text-color: #333; --bg-color: #f9f9f9; --table-border: #ddd; --link-color: #d35400; } body { font-family: 'Georgia', 'Times New Roman', serif; /* Serif for a sophisticated blog feel */ line-height: 1.8; color: var(--text-color); background-color: var(--bg-color); margin: 0; padding: 20px; } article { max-width: 800px; margin: 0 auto; background: #fff; padding: 40px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-radius: 8px; } h1 { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: var(--primary-color); font-size: 2.5rem; margin-bottom: 10px;