/**
 * IGAL body font — BPG Nateli
 * ყველა სხვა ტექსტი (არა მთავარი სათაურები).
 */
@font-face {
  font-family: 'BPG Nateli';
  src: url('../fonts/bpg_nateli.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --igal-body-font: 'BPG Nateli', 'Roboto', sans-serif;
}

html,
body,
body.igal-user-panel {
  font-family: var(--igal-body-font) !important;
}

p,
li,
td,
th,
label,
input,
textarea,
select,
option,
button,
.btn,
a,
small,
.desc,
.desc2,
.sl-subtitle,
.sub-title,
.readon,
.form-control,
.nav-menu a,
.rs-menu a,
.rs-menu .nav-menu a,
.canvas-contact,
.footer-desc,
.blog-desc,
.common-control,
.input-control,
.free-consultation-form,
.modal-body,
.dropdown-item {
  font-family: var(--igal-body-font) !important;
}
