/* Katoikies bilingual typography */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap&subset=greek,latin,latin-ext');

:root{
  --kmk-font-body:'Inter',system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  --kmk-font-display:'Manrope','Inter',system-ui,sans-serif;
}
body,
#main-wrap,
.form-control,
.btn,
button,
input,
select,
textarea,
.navi,
.navbar,
.dropdown-menu,
.item-body,
.property-detail,
.login-register-form,
.widget,
.breadcrumb,
.listing-tabs,
.page-tab {
  font-family:var(--kmk-font-body)!important;
}
h1,h2,h3,h4,h5,h6,
.page-title,
.item-title,
.listing-title,
.property-title,
.logo-text,
.blog-post-title,
.widget-title,
.block-title-wrap h2,
.block-title-wrap h3,
.mobile-property-title,
.home .kmk-display,
.home .kmk-h2,
.home .kmk-hero-metrics strong,
.home .kmk-metrics strong {
  font-family:var(--kmk-font-display)!important;
  letter-spacing:-0.02em;
}
.home .elementor-16519,
.home.page-id-16519 #main-wrap,
.home .kmk-section{
  font-family:var(--kmk-font-body);
}