/* Section: Define Pinar Variable Font */
@font-face {
  font-family: 'Pinar';
  src: url('../../wp-content/themes/jannah-child/fonts/Pinar-VF.woff2') format('woff2-variations'),
       url('../../wp-content/themes/jannah-child/fonts/Pinar-VF.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Section: Global Font Assignment */
* {
  font-family: 'Pinar', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Section: Persian Datepicker Font Adjustment */
.datepicker-plot-area,
.datepicker-plot-area * {
  font-family: 'Pinar', sans-serif !important;
}