/* ============================================================
   typography.css — Centro Gothic system type
   Body 12pt · headings Bold 14pt. Loaded last so it wins.
   Drop licensed woff2 files into /assets/fonts to use the real face.
   ============================================================ */

@font-face{
  font-family:'Centro Gothic';
  src:local('Centro Gothic'),local('CentroGothic'),local('ITC Centro Gothic'),
      url('../fonts/CentroGothic-Regular.woff2') format('woff2'),
      url('../fonts/CentroGothic-Regular.woff') format('woff');
  font-weight:400 500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Centro Gothic';
  src:local('Centro Gothic Bold'),local('CentroGothic-Bold'),local('ITC Centro Gothic Bold'),
      url('../fonts/CentroGothic-Bold.woff2') format('woff2'),
      url('../fonts/CentroGothic-Bold.woff') format('woff');
  font-weight:600 800;
  font-style:normal;
  font-display:swap;
}

:root{
  --font:'Centro Gothic','Century Gothic',Outfit,system-ui,sans-serif;
  --sans:var(--font);
  --mono:var(--font);
  --text:12pt;
  --heading:14pt;
}

html,body{
  font-family:var(--sans);
  font-size:var(--text);
  font-weight:400;
  font-style:normal;
}

button,input,select,textarea,
.btn,button.btn,
.fg input,.fg select,
.nav-item,.sec-tab,.btn-logout{
  font-family:var(--sans);
  font-size:var(--text);
}

h1,h2,h3,h4,h5,h6,
.topbar-title,
.card-title,
.coming-title,
.login-brand,
.logo-main,
.logo-sub,
.db-h1,
#page-dashboard .db-h1,
#page-dashboard .db-panel-hd h2,
.mk-title,
.yk-card-title,
.acc-name,
.excel-arsiv-sip-h strong,
th,table th,thead th,
#page-dashboard .db-table th,
.sip-yukleme-tbl th,
.user-table th,
.acc-body thead th{
  font-family:var(--sans) !important;
  font-size:var(--heading) !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  font-style:normal !important;
}

.card-title{
  font-family:var(--sans);
}

/* Kutu etiketi: aile Centro Gothic; punto ölçüleri basım şablonunda kalır */
.ke-koli-label,
.ke-ogo-label,
.ke-goby-label,
.ke-ams-label,
.ke-label-cell,
.ke-label-sheet,
.ke-goby-logo,
.ke-ams-logo-fallback,
.ke-kategori-spacer-title{
  font-family:var(--sans);
  font-style:normal;
}
