/* Theme Name: EraPet-Theme
    Theme URI: https://erapet.com.br/erapet
    Author: Your Name
    Author URI: https://erapet.com
    Description: A custom theme for EraPet community.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: EraPet
*/
/* Basic Reset */
@import url("nav-bar/nav-menu-unlogged.css");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: var(--font-sans, Arial, sans-serif);
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}
