/*
Theme Name:     Foxiz child
Template:       foxiz
Theme URI:      https://www.zhaket.com/store/web/samadionline
Author:         صمدی آنلاین
Author URI:     https://www.zhaket.com/store/web/samadionline
Description:    قالب مجله خبری و چند منظوره فاکسیز.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments
License:        Themeforest Licence
License URI:    https://zhaket.com
*/

/* -------------------------------
   فونت‌ها
-------------------------------- */

/* بارگذاری فونت Roboto از Google Fonts 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;700&display=swap'); */

/* -------------------------------
   اعمال فونت بر اساس زبان
-------------------------------- */

/* صفحات فارسی */
html[lang="fa-IR"] body,
html[lang="fa"] body {
  font-family: "Roboto", sans-serif;
}

/* صفحات انگلیسی */
html[lang="en-US"] body,
html[lang="en"] body {
  font-family: "Roboto", sans-serif;
}

/* -------------------------------
   بخش‌های متا و تاریخ
-------------------------------- */

html[lang="fa-IR"] .entry-date,
html[lang="fa-IR"] .meta-date,
html[lang="fa-IR"] .is-meta,
html[lang="fa-IR"] .meta-text {
  font-family: "Roboto", sans-serif;
}

html[lang="en-US"] .entry-date,
html[lang="en-US"] .meta-date,
html[lang="en-US"] .is-meta,
html[lang="en-US"] .meta-text {
  font-family: "Roboto", sans-serif;
}

/* -------------------------------
   سایر المنت‌ها
-------------------------------- */

html[lang="fa-IR"] strong,
html[lang="fa-IR"] h1, html[lang="fa-IR"] h2, html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4, html[lang="fa-IR"] h5, html[lang="fa-IR"] h6 {
  font-family: "Roboto", sans-serif;
}

html[lang="en-US"] strong,
html[lang="en-US"] h1, html[lang="en-US"] h2, html[lang="en-US"] h3,
html[lang="en-US"] h4, html[lang="en-US"] h5, html[lang="en-US"] h6 {
  font-family: "Roboto", sans-serif;
}

/* دکمه‌ها و فرم‌ها */
html[lang="fa-IR"] input[type="submit"],
html[lang="fa-IR"] button,
html[lang="fa-IR"] .button {
  font-family: "Roboto", sans-serif;
}

html[lang="en-US"] input[type="submit"],
html[lang="en-US"] button,
html[lang="en-US"] .button {
  font-family: "Roboto", sans-serif;
}

/* -------------------------------
   تنظیمات خاص
-------------------------------- */

.p-format .rbi-video {
  transform: rotate(180deg)!important;
}