body{
  font-family: "Roboto Slab", Arial, sans-serif;
  font-size: 16px;
}
html, body, .container, table, input, select, textarea, button {
  font-family: "Roboto Slab", serif !important;
}
.page-title{
  font-size: 26px;      /* выберите нужный размер */
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-title .bi{
  font-size: 1em;       /* иконка = размер текста заголовка */
  line-height: 1;
}
.navbar-center-brand{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 26px;      /* увеличивайте: 20-28 */
  font-weight: 700;
}

/* на всякий случай — чтобы картинка точно рисовалась */
.app-logo{
  height: 64px;
  width: auto;
  display: inline-block;
}
