@font-face {
  font-family: 'RentkonimVF';
  src: url('https://rentkonim.com/mag/wp-content/themes/astra-child/assets/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --rk-font-main: 'RentkonimVF', sans-serif;
}

/* Global text */
html body,
html body button,
html body input,
html body textarea,
html body select {
  font-family: var(--rk-font-main) !important;
}

/* Elementor text widgets */
html body .elementor-heading-title,
html body .elementor-widget-text-editor,
html body .elementor-widget-text-editor p,
html body .elementor-icon-list-text,
html body .elementor-button-text {
  font-family: var(--rk-font-main) !important;
}

/* Your exact posts widget elements */
html body .elementor-post__title,
html body .elementor-post__title a,
html body .elementor-post__excerpt,
html body .elementor-post__excerpt p,
html body .elementor-post__meta-data,
html body .elementor-post-date {
  font-family: var(--rk-font-main) !important;
}