:root{
  --vandi-font-heading:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --vandi-font-ui:"Urbanist",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

html,body{font-family:var(--vandi-font-ui);}
body{font-size:15px;font-weight:400;line-height:1.6;letter-spacing:.005em;}
body,button,input,select,textarea,table,.btn,.form-control,.form-select{font-family:var(--vandi-font-ui);}

h1,h2,h3,h4,h5,h6,
.dashboard-left h1,
.vandi-page-head h1,
.dashboard-header h1,
.panel-head h5,
.topbar h4,
.brand-box h5,
.stat-card h2,
.info-card h4,
.vandi-list-card h2,
.carousel-caption h5{
  font-family:var(--vandi-font-heading);
  letter-spacing:-.025em;
}

h1{font-size:32px;font-weight:700;line-height:1.18;}
h2{font-size:26px;font-weight:700;line-height:1.22;}
h3{font-size:20px;font-weight:700;line-height:1.25;}
h4{font-size:17px;font-weight:700;line-height:1.3;}
h5,h6{font-weight:700;}

.dashboard-left h1{font-size:46px!important;font-weight:800!important;line-height:1.08!important;}
.vandi-page-head h1,.dashboard-header h1{font-size:32px;font-weight:700;}
.stat-card h2,.stat-number{font-family:var(--vandi-font-heading);font-size:28px;font-weight:700;}

.vandi-public-nav,
.side-menu,
.topbar,
.form-label,
.btn,
button,
input,
select,
textarea{font-family:var(--vandi-font-ui);}

.vandi-public-nav{font-size:14px;}
.form-label{font-size:13px;font-weight:600;}
.form-control,.form-select{font-size:14px;font-weight:500;}
.btn,.action-group,.vandi-list-meta{font-size:13px;font-weight:600;}

.table{font-family:var(--vandi-font-ui);font-size:13px;}
.table th{font-size:13px;font-weight:650;letter-spacing:.01em;}
.table td{font-size:13px;font-weight:500;}
.badge,.status-pill,.eyebrow,.vandi-page-eyebrow{font-family:var(--vandi-font-ui);font-size:11px;font-weight:700;letter-spacing:.04em;}

.vandi-list-card p,.hero-desc,.about-mini p,.vandi-page-head p{font-family:var(--vandi-font-ui);font-weight:400;}

@media(max-width:768px){
  body{font-size:14px;}
  .dashboard-left h1{font-size:32px!important;}
  h1,.vandi-page-head h1,.dashboard-header h1{font-size:26px;}
  h2{font-size:22px;}
  h3{font-size:18px;}
  .table,.table th,.table td{font-size:12px;}
}

@media(max-width:576px){
  .dashboard-left h1{font-size:29px!important;}
  .vandi-public-brand-copy strong{font-family:var(--vandi-font-heading);font-weight:700;}
}
