/*
Theme Name: Flowent Store
Theme URI: https://flowentsa.com
Author: Flowent
Author URI: https://flowentsa.com
Description: A lightweight WooCommerce-ready digital product store theme for Flowent Store.
Version: 1.0.2
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: flowent-store
Tags: ecommerce, custom-logo, rtl-language-support, editor-style, block-styles
*/


/* Flowent font-only update v1.0.2 — no layout, logo, or color changes */
@font-face {
  font-family: "Flowent Chakra Petch";
  src: url("assets/fonts/en/ChakraPetch-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flowent Chakra Petch";
  src: url("assets/fonts/en/ChakraPetch-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flowent Chakra Petch";
  src: url("assets/fonts/en/ChakraPetch-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flowent Chakra Petch";
  src: url("assets/fonts/en/ChakraPetch-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flowent Bahij";
  src: url("assets/fonts/ar/BahijTheSansArabic-Plain.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flowent Bahij";
  src: url("assets/fonts/ar/BahijTheSansArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flowent Bahij";
  src: url("assets/fonts/ar/BahijTheSansArabic-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html body,
html body *:not(.dashicons):not([class*="icon"]):not(i):not(svg):not(path) {
  font-family: "Flowent Chakra Petch", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html[lang^="ar"] body,
html[lang^="ar"] body *:not(.dashicons):not([class*="icon"]):not(i):not(svg):not(path),
body.rtl,
body.rtl *:not(.dashicons):not([class*="icon"]):not(i):not(svg):not(path),
body.flowent-lang-ar,
body.flowent-lang-ar *:not(.dashicons):not([class*="icon"]):not(i):not(svg):not(path) {
  font-family: "Flowent Bahij", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
