@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 200 600;
  src: url("/wp-content/themes/rehub-theme/fonts/lexend/Lexend-VariableFont_wght.woff2") format("woff2"),
       url("/wp-content/themes/rehub-theme/fonts/lexend/Lexend-VariableFont_wght.ttf") format("truetype-variations");
  font-display: swap;
}

/*@font-face {*/
/*  font-family: "Inter";*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  src: url("/wp-content/themes/rehub-theme/fonts/Inter/static/Inter-Medium.woff2") format("woff2");*/
/*  font-display: swap;*/
/*}*/

@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/rehub-theme/fonts/TildaSans-Medium/TildaSans-Medium.woff2") format("woff2");
  font-display: swap;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea,
.t-btn,
.rehub-main-font,
.rehub-body-font,
.dl-menuwrapper li a,
nav.top_menu ul li a,
.logo .textlogo {
  font-family: var(--font-family) !important;
}
