/* Explain: Theme tokens with primary and accent colors for the electrical services identity. - */
:root {
    --primary-color: #4A6B53;
    --primary-hover: #3A5A40;
    --accent-color: #588157;
    --button-color: #DCE3D3; /* Jasna zieleń ze zrzutu ekranu */
    --button-hover: #C5D1B9;
    --background-color: #F6F7F5;
    --surface-color: #FFFFFF;
    --text-color: #2D332A;
    --text-muted: #5B6657;
    --border-color: rgba(0, 0, 0, 0.08);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    --shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.05);
}