/*
Theme Name: Rigofer
Theme URI: https://rigoferferragens.com.br
Author: Kong Media
Description: Tema institucional da Rigofer Ferragens — ferragens industriais para os setores rodoviário, agrícola e construção civil. Construído fiel ao layout Figma.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: rigofer
*/

/* Base mínima. Todo o layout vem de home.css (carregado em todas as páginas). */
:root{--vermelho:#ed3237;--vermelho-escuro:#c9262b;--texto:#545454;--corpo:#525252;--fundo:#f3f4f4;--borda:#e6e6e6;--borda-2:#b2b2b2;--raio:100px;--sombra:0 0 20px rgba(0,0,0,.10)}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{overflow-x:clip;font-family:'Inter',-apple-system,sans-serif;color:var(--corpo);background:var(--fundo);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{margin:0;padding:0;list-style:none}
