/* Safaroka V1.9.91 — Yume Typography System (Inter + Manrope) */
:root{
  --font-ui:"Inter",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --font-display:"Manrope","Inter",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}

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

/* Display typography follows Yume: Manrope for headings, titles and price emphasis. */
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,
.booking-summary-head b,.live-booking-summary .total dd,
.room-choice strong,.package-price,.price{
  font-family:var(--font-display)!important;
}

/* Controls and navigation stay clean and readable with Inter. */
button,input,select,textarea,
.desktop-nav,.mobile-nav,.btn,.badge,.eyebrow,
table,th,td,label,small{
  font-family:var(--font-ui)!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;
}

body{
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

strong,b{font-weight:700}
h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}

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