/*
Theme Name:  Spexo Child
Theme URI:   
Description: Tema filho do Spexo — personalizações protegidas de atualizações.
Author:      
Author URI:  
Template:    spexo
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spexo-child
*/

/* ==========================================================================
   SPEXO CHILD THEME — CSS CUSTOMIZADO
   ==========================================================================
   Organize suas customizações nas seções abaixo.
   Os estilos aqui sobrescrevem o tema pai sem risco de perda em atualizações.
   ========================================================================== */


/* --------------------------------------------------------------------------
   1. VARIÁVEIS GLOBAIS
   Altere aqui para mudar cores e fontes em todo o site.
   -------------------------------------------------------------------------- */
:root {
    /* Cor primária — substitua pelo hex da sua marca */
    /* --tmpcoder-primary-color: #4B5EFC; */

    /* Tipografia */
    /* --tmpcoder-body-font-family: 'Inter', sans-serif; */
    /* --tmpcoder-heading-font-family: 'Inter', sans-serif; */
}


/* --------------------------------------------------------------------------
   2. HEADER
   -------------------------------------------------------------------------- */

/* Exemplo: fixar altura do header */
/* .site-header { min-height: 80px; } */


/* --------------------------------------------------------------------------
   3. NAVEGAÇÃO / MENU
   -------------------------------------------------------------------------- */

/* Exemplo: cor dos links do menu */
/* .main-navigation a { color: #333; } */
/* .main-navigation a:hover { color: var(--tmpcoder-primary-color); } */


/* --------------------------------------------------------------------------
   4. BLOG — LISTAGEM DE POSTS
   -------------------------------------------------------------------------- */

/* Exemplo: espaçamento entre posts */
/* .wp-block-post { margin-bottom: 2rem; } */


/* --------------------------------------------------------------------------
   5. SINGLE POST / PÁGINA
   -------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------
   6. SIDEBAR
   -------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------
   7. FOOTER
   -------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------
   8. RESPONSIVO — MOBILE
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    /* Ajustes mobile aqui */
}

/* --------------------------------------------------------------------------
   9. RESPONSIVO — TABLET
   -------------------------------------------------------------------------- */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Ajustes tablet aqui */
}
