/*
Theme Name: Manvol
Theme URI: https://www.benditosite.com/manvol
Author: Bendito Site Soluções Web
Author URI: https://www.benditosite.com
Description: Tema personalizado e otimizado desenvolvido pela Bendito Site Soluções Web.
Version: 1.0.0
Text Domain: manvol
*/

/* Reset básico e estilos globais */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

header, footer {
    padding: 20px;
    text-align: center;
    background: #f4f4f4;
}

main {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}