/*
Theme Name: Homenageart
Theme URI: https://lightyellow-toad-826128.hostingersite.com
Author: Homenageart
Author URI: https://lightyellow-toad-826128.hostingersite.com
Description: Tema institucional e catálogo por orçamento da Homenageart — fábrica de troféus, placas, medalhas e brindes personalizados. Design premium baseado em vídeo/imagem no hero, cards arredondados e animações de scroll, com identidade dourado + preto + branco. Modelo de negócio por orçamento via WhatsApp.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: homenageart
Tags: business, portfolio, custom-menu, featured-images, translation-ready, custom-colors
*/

/*
  O design system completo está em assets/css/theme.css (enfileirado em functions.php).
  Este arquivo mantém apenas o cabeçalho obrigatório do tema e um reset base de
  segurança, para que a folha exigida pelo WordPress nunca fique vazia.
*/

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  background-color: #f0f0f0;
  color: #4f4a40;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, a, input, textarea, select { font: inherit; }
