:root {
  --site-font-family: "Manrope", sans-serif;
}

html,
body {
  font-family: var(--site-font-family);
}

body,
button,
input,
select,
textarea,
option {
  font-family: var(--site-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
small,
strong,
label,
li,
td,
th,
blockquote,
figcaption,
caption,
summary,
dt,
dd {
  font-family: inherit;
}

.header,
.mobile-header,
#sidebar,
.top-bar,
.headertop1,
.toplink2,
.gw-nav,
.gw-submenu,
.headbutonlar,
.sayfabaslik,
.menu,
#mobsabitmenus,
#mobmenu,
#fullwidth,
.fullwidthhead,
.footer-link,
.footblok,
.footinfos,
.table,
.card,
.btn,
.form-control,
.nav,
.navbar,
.dropdown-menu,
.modal,
.popover,
.tooltip {
  font-family: var(--site-font-family);
}
