/*
Theme Name: Bosa Health Coach Child
Theme URI: https://bosathemes.com/bosa-health-coach
Template: bosa-health-coach
Author: Bosa Themes
Author URI: https://bosathemes.com
Description: Bosa Health Coach is a modern, multipurpose WordPress theme crafted specifically for health coaching websites. It’s fast, lightweight, responsive, and beautifully designed—perfect for health coaches, wellness coaches, life coaches, fitness trainers, nutrition coaches, holistic health practitioners, personal development mentors, mental wellness consultants, lifestyle coaches, online coaching programs, health consultants, mindfulness instructors, and wellness training centers and more. The Bosa Health Coach theme is built to work seamlessly with the Elementor page builder, allowing you to easily design pages using drag-and-drop functionality, including Header &amp; Footer Builder and Mega Menu support. With powerful features accessible via the live WordPress Customizer, you can personalize your site with ease. Bosa Health Coach includes pre-designed home and inner pages, supports one-click demo import, and offers flexibility to adapt the layout as needed. The Bosa Health Coach theme is optimized for speed and SEO and is fully compatible with major plugins like WooCommerce, ElementsKit, YITH, Yoast SEO, Contact Form 7, Mailchimp, bbPress, Loco Translate, and more. Explore the demo and see why Bosa Health Coach is the ideal theme for your health coaching website: https://demo.bosathemes.com/bosa/health-coach/
Tags: blog,portfolio,news,grid-Layout,one-column,two-columns,three-columns,flexible-header,left-sidebar,right-sidebar,custom-background,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,post-formats,rtl-language-support,theme-options,sticky-post,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 1.0.0.1785260802
Updated: 2026-07-28 17:46:42

*/


/* ============================================================
   UMORA — sistema visual da marca
   Paleta 2 (aprovada pela cliente) + tipografia Poppins/Inter.
   Adicionado pelo child theme; nao editar o tema-pai.
   ============================================================ */
:root{
  --umora-ink:#1F4E46;          /* verde principal — titulos, H2 */
  --umora-green-700:#3A7A6D;    /* links, icones */
  --umora-green-500:#7FA08F;    /* detalhe */
  --umora-salvia:#A3B19B;       /* detalhe suave */
  --umora-green-100:#EDFBE2;    /* fundo de blocos */
  --umora-green-border:#CDE8B8; /* bordas verdes */
  --umora-off:#F8FAF7;          /* cards */
  --umora-madeira:#D9C3A5;      /* fotografia */
  --umora-bege:#F5F1EA;         /* fotografia */
  --umora-text:#374151;         /* corpo de texto */
  --umora-muted:#6B7280;        /* texto secundario */
  --umora-border:#E5E7EB;       /* bordas neutras */
}

/* fontes da marca no site todo */
body{
  font-family:'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6,
.site-title, .entry-title, .widget-title{
  font-family:'Poppins', system-ui, sans-serif;
}

/* ============================================================
   Remapeia a paleta interna dos 61 posts (paleta 1 -> paleta 2).
   Os posts trazem a paleta antiga (verde-oliva) como variaveis CSS
   dentro de .umora-post. Com especificidade maior (body .umora-post)
   estas vencem o <style> inline sem precisar editar cada post.
   ============================================================ */
body .umora-post{
  --ink:#1F4E46;
  --text:#374151;
  --muted:#6B7280;
  --green-900:#1F4E46;
  --green-700:#3A7A6D;
  --green-100:#EDFBE2;
  --green-50:#F8FAF7;
  --border:#E5E7EB;
}
/* links de conteudo: vence o azul do Bosa (.entry-content p a = 0,1,2) com 0,1,3 */
body .umora-post p a, body .umora-post li a{color:var(--green-700)}
body .umora-post p a:hover, body .umora-post li a:hover{color:var(--green-900)}
body .umora-post a{border-bottom-color:#CDE8B8}

/* corrige leitura dos tiles da home: .umora-home a{color:inherit} (0,1,1)
   vencia a cor dos tiles (0,1,0). Especificidade maior resolve. */
.umora-home .uh-tile{color:var(--green-900)}
.umora-home .uh-t4{color:#F5F1EA}
.umora-home .uh-btn{color:var(--green-900)}
.umora-home .uh-cta-btn{color:var(--green-900)}
.umora-home .uh-cta-mail{color:#CDE8B8}
