/*
Theme Name: Obituz Pro
Author: Obituz
Description: Tema WordPress profissional, leve e responsivo, preparado para Elementor Pro, Bootstrap 5 e tipografia Poppins.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: obituz-pro
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, blog
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --obituz-navy: #06182b;
    --obituz-navy-soft: #0b2740;
    --obituz-gold: #b9a064;
    --obituz-gold-hover: #9f8548;
    --obituz-text: #17212b;
    --obituz-muted: #68737e;
    --obituz-bg: #ffffff;
    --obituz-border: #e8edf1;
}

html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--obituz-bg);
    color: var(--obituz-text);
    font-family: 'Poppins', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
