/*
Theme Name: Lourenço & Lourenço Final
Theme URI: https://www.lourencoelourenco.adv.br
Author: Lourenço & Lourenço
Description: Tema WordPress completo, responsivo e elegante para escritório de advocacia.
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    background-color: #0a0a0a;
    color: #e0e0e0;
    font-family: 'Merriweather', sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: 'Merriweather', serif;
    color: #ffffff;
}

a {
    color: #f4c430;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

header, footer {
    background-color: #000000;
    padding: 20px;
}

header img.logo {
    max-height: 80px;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

section {
    margin-bottom: 40px;
}

section h2 {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

p, li {
    font-size: 1rem;
    line-height: 1.6;
}

.icon {
    display: inline-block;
    margin-right: 8px;
}

@media (max-width: 768px) {
    header, footer {
        text-align: center;
    }

    .container {
        padding: 10px;
    }

    section h2 {
        font-size: 1.3rem;
    }

    p, li {
        font-size: 0.95rem;
    }
}