/* Safaroka V1.9.90 — Global Poppins Typography */
:root{
  --font-ui:"Poppins","Segoe UI",Arial,sans-serif;
  --font-display:"Poppins","Segoe UI",Arial,sans-serif;
}

html,body,
body *{
  font-family:var(--font-ui)!important;
}

/* Keep all display/headline typography consistent with the new Safaroka system. */
h1,h2,h3,h4,h5,h6,
.hero-copy h1,.page-hero h1,.article-hero h1,
.section-head h2,.package-body h3,.guide-mini h3,
.sheet-head h2,.detail-copy h1,.promo-ticket-value,
.home-promo-section .home-promo-card strong,
.promo-detail-content>strong{
  font-family:var(--font-display)!important;
}

/* Preserve code editing readability inside Admin Panduan. */
code,pre,kbd,samp,
.guide-html-editor textarea:not(.is-text textarea){
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace!important;
}

/* Small refinements because Poppins is slightly wider than the old font stack. */
body{font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,input,select,textarea{font-family:var(--font-ui)!important}
strong,b{font-weight:700}

@media(max-width:900px){
  .desktop-nav{letter-spacing:-.01em}
}
