/**
* Theme Name: Besa Child
* Description: This is a child theme for Besa
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: besa
*/



/* Global Latin typography (Swedish/English) */
html, body,
h1, h2, h3, h4, h5, h6,
p, span, a, li, div, small, strong, em,
button, input, textarea, select,
.woocommerce, .elementor, .site, .page, .content, .widget {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", Helvetica, sans-serif !important;
  direction: ltr;
  unicode-bidi: plaintext;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

/* If any RTL class exists, force LTR */
.rtl, body.rtl {
  direction: ltr !important;
}



}