/*
Theme Name: Perfil Business
Theme URI: https://perfilbusiness.com
Author: Perfil Business
Author URI: https://perfilbusiness.com
Description: Premium business magazine theme for investors and entrepreneurs. Dark, minimal corporate elegance with strong typography and clear hierarchy.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.4
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: perfil-business
Tags: custom-logo, custom-menu, featured-images, full-site-editing, editor-style, block-styles, wide-blocks, one-column, two-columns, right-sidebar, flexible-header, sticky-post, theme-options, threaded-comments, translation-ready, blog, news

Perfil Business — A Autoridade no Mercado de Capitais e Negócios
*/

/* Root variables — mirrors code.html palette */
:root {
       --black: #000000;
       --white: #FFFFFF;
       --charcoal: #121212;
       --grey-sec: #1E1E1E;
       --gold: #D4A574;
       --navy: #1a3a52;
       --navy-dark: #0A192F;
       --cyan: #00D4AA;
       --magenta: #E91E63;
       --text-muted: #808080;
       --text-body: #4a4a4a;
       --text-light: #b0b0b0;

       --font-body: 'Inter', system-ui, sans-serif;
       --font-display: 'Playfair Display', Georgia, serif;

       --max-w: 1440px;
       --px: 24px;

       --s1: 8px;
       --s2: 16px;
       --s3: 24px;
       --s4: 32px;
       --s6: 48px;
       --s8: 64px;
       --s10: 80px;
       --s12: 96px;
}

/* Base — loaded after theme.css for overrides if needed */
body {
       font-family: var(--font-body);
       background-color: var(--charcoal);
       color: var(--text-light);
       -webkit-font-smoothing: antialiased;
       overflow-x: hidden;
}

.serif-heading {
       font-family: var(--font-display);
}