/*
Theme Name: Pacto Seguro
Theme URI: https://pactoseguro.com
Author: Sanzza
Author URI: https://sanzza.com
Description: Custom WordPress theme for Pacto Seguro — responsive design with Tailwind CSS.
Version: 1.0.0
License: All Rights Reserved
Text Domain: pacto-seguro
Tags: responsive, tailwind, custom-template
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}