/* Fontes de marca (Anelo REMOVIDA).
   - TÍTULOS GRANDES: Soage (serifada)
   - TODO O RESTO (cards, preços, título de produto, checkout, corpo): Sora
     (a "fonte dos cards" que o Leo pediu). Sora tem "$" correto nos preços.
   Carrega por ÚLTIMO no <head> p/ vencer o :root + os !important inline (mesma especificidade → o último ganha). */
@font-face{font-family:"Soage";src:url("/css/anelo/Soage.ttf") format("truetype");font-weight:300 800;font-display:swap}
:root{
  --font-d:"Sora",system-ui,-apple-system,sans-serif;
  --font-display:"Sora",system-ui,-apple-system,sans-serif;
  --font-title:"Soage","Bricolage Grotesque",Georgia,serif;
}
/* Soage só nos títulos grandes — seletores casam os inline (que usam font-family:var(--font-d)!important) */
body.lp .lp-section-head h2,
body.lp .lp-section-head .lp-h2,
body.lp .lp-kit .lp-h2,
body.lp .lp-faq-h,
body.lp .lp-h1,
body.lp .lp-final-h,
body .page-hero h1{
  font-family:"Soage","Bricolage Grotesque",Georgia,serif !important;
}
