/*
Theme Name: Studio Pedro Pastor
Theme URI: https://studiopedropastor.com.br/
Author: Studio Pedro Pastor
Description: Tema customizado do Studio Pedro Pastor com WooCommerce, Tailwind CSS e Vite.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: studio-pedro-pastor
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

body {
    margin: 0;
    background: #f5f5f4;
    color: #171717;
    font-family: 'Montserrat', system-ui, sans-serif;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}
