/* DAPUR PERMATA POS V53 — Futura-like UI typography
   Primary local font: Jost Variable (copy separately to assets/fonts). */
@font-face{
  font-family:"Jost POS";
  src:url("../fonts/Jost-VariableFont_wght.ttf") format("truetype-variations");
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}
:root{
  --app-font:"Jost POS","Jost","Futura","Century Gothic","Avenir Next","Trebuchet MS",Arial,sans-serif;
}
html,body,button,input,select,textarea,optgroup,option,
.btn,.form-control,.form-select,.form-label,.input-group-text,
.table,.card,.modal,.offcanvas,.dropdown-menu,.alert,.badge,.navbar,.nav,
.so-top,.so-wrap,.so-card,.so-btn,.so-alert,
.hero,.menu-card,.cart,.poster,.toolbar{
  font-family:var(--app-font)!important;
}
h1,h2,h3,h4,h5,h6,
.admin-topbar-title,.sidebar .brand,.so-brand-name,.so-brand-tagline,
.hero h1,.menu-title,.menu-price,.cart h2,.summary-line.total,
.brand-name,.hero-title,.table-name,.thanks{
  font-family:var(--app-font)!important;
}
/* Pertahankan font ikon dan elemen teknis. */
.bi,[class^="bi-"],[class*=" bi-"]{font-family:"bootstrap-icons"!important}
code,pre,kbd,samp,.qris-order-id{font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace!important}
