/*
Theme Name: Somos Merece
Theme URI: https://somosmerece.com.br/
Author: Carolina Dutra de Mattos
Description: Somos Merece
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: somosmerece
*/

body {
    margin: 0;
    padding: 0;
    font-family: "Gabarito", sans-serif;
}

/* --- Hero & Sections --- */
.hero-section {
    background: #f9f9f9;
    padding: 80px 20px;
    text-align: center;
}
.hero-section h1 {
    font-size: 48px;
    margin-bottom: 15px;
}
.hero-section p {
    font-size: 18px;
    color: #555;
}

/* --- Conteúdo --- */
.section {
    padding: 60px 20px;
}
.section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    color: #222;
}

/* --- Footer --- */
footer {
    background: #222;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}
