Solar Street Light Split Pole 13FT/16FT/20FT
:root { --primary: #3498db; /* Vibrant blue for headers */ --primary-light: #7fa1c7; /* Muted blue */ --secondary: #3a516d; /* Dark slate blue */ --accent: #c77b2d; /* Subdued terracotta */ --text: #4a4a4a; /* Soft black */ --light-text: #6d6d6d; /* Medium gray */ --bg: #f5f7fa; /* Light gray background */ --card-bg: #ffffff; /* Pure white cards */ --warning-bg: #f9f4e8; /* Pale cream warning */ --divider: #e1e5eb; /* Light gray divider */ } * { box-sizing: border-box; margin: 0; padding: 0; } body { background-color: var(--bg); font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; line-height: 1.6; color: var(--text); } .