/*
Theme Name: Faro Latino
Theme URI: https://example.com/faro-latino
Author: Your Name
Author URI: https://example.com
Description: A simple, clean WordPress theme with modern design and best practices.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: faro-latino
Tags: simple, clean, modern, responsive, blog

Faro Latino WordPress Theme, (C) 2024
*/

/* Reset and Base Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Source Serif 4", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

