/*
Theme Name: Raut Electricals & Contracting Theme
Theme URI: https://example.com/raut-electricals
Author: Raut Electricals
Description: Custom dark-themed WordPress theme with full-width Elementor support and interactive electrical estimation tools.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: raut-electricals
*/

body {
    background-color: #050811;
    color: #f1f5f9;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.gold-gradient-text {
    background: linear-gradient(135deg, #fef08a 0%, #f59e0b 50%, #d97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}