/*
Theme Name: Portal Carandai
Theme URI: https://portalcarandai.com.br
Author: Portal Carandai
Author URI: https://portalcarandai.com.br
Description: Tema profissional para o Portal Carandai - Portal de Noticias Local de Carandai, MG. Design mobile-first, SEO otimizado, preparado para AdSense e patrocinadores. Campo das Vertentes e regiao.
Version: 1.0.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
Tags: news, blog, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns
Text Domain: portal-carandai
*/

/* === VARIAVEIS CSS === */
:root {
  --pc-navy:        #0D2645;
  --pc-navy-dark:   #081A30;
  --pc-navy-light:  #1A3A60;
  --pc-gold:        #C9A84C;
  --pc-gold-light:  #F0D080;
  --pc-gold-dark:   #A0802A;
  --pc-white:       #FFFFFF;
  --pc-gray-100:    #F5F5F5;
  --pc-gray-200:    #EEEEEE;
  --pc-gray-300:    #CCCCCC;
  --pc-gray-500:    #888888;
  --pc-gray-700:    #444444;
  --pc-gray-900:    #111111;
  --pc-urgente:     #CC2222;
  --pc-exclusivo:   #1A7A3A;
  --pc-atualizado:  #1A4A9A;
  --pc-rh:          #C9A84C;
  --pc-font-title:  'Oswald', 'Roboto Condensed', Arial, sans-serif;
  --pc-font-body:   'Source Sans Pro', 'Open Sans', Arial, sans-serif;
  --pc-font-serif:  'Source Serif Pro', Georgia, serif;
  --pc-radius:      4px;
  --pc-shadow:      0 2px 8px rgba(0,0,0,0.10);
  --pc-shadow-md:   0 4px 16px rgba(0,0,0,0.15);
  --pc-transition:  0.2s ease;
}
