/*
Theme Name: AppLiquido
Theme URI: https://github.com/
Description: Tema WordPress personalizado e minimalista desenvolvido do zero para a Liquido Store.
Version: 1.0.0
Author: Antigravity
Author URI: https://deepmind.google/
Text Domain: appliquido
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset e Estilos Globais Iniciais */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

textarea {
    field-sizing: content;
}