/* RTL helpers: avoid enforcing a specific font here.
   The plugin font (Vazirmatn) is loaded from a separate stylesheet when enabled.
   When the "use theme font" option is enabled we force plugin elements to inherit the
   site's font via inline CSS; otherwise the plugin's font stylesheet provides the
   @font-face and can target the plugin wrapper (.ticketino-container / .ticketino).
*/
.ticketino, .ticketino * , .ticketino-frontend-wrapper, .ticketino-frontend-wrapper * , .ticketino-container, .ticketino-container * {
  /* inherit the current document font by default; plugin font is applied separately when loaded */
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
}
