/*
 Theme Name:   RNC-Theme
 Theme URI:    https://rasanico.com
 Author:       YaS!N Mosavian
 Author URI:   https://yasin-mosavian.ir
 Description:  org theme rasanico.com
 Version:      3.5.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  rnc-theme
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Requires PHP: 8.1
*/

:root {
  --primary-color: #0073aa;
  --secondary-color: #f1f1f1;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.offline-notice {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 9999;
  display: none;
}


/* ============================================= */
/* فونت‌های سفارشی - فقط این دو فونت لود شوند */
/* ============================================= */

/* غیرفعال کردن فونت‌های خارجی */
.elementor-widget, .elementor-widget-text-editor, .elementor-text-editor p {
    font-family: 'BodyFont' !important;
}


/* Admin Panel Improvements */
.rnc-settings-wrap h2 {
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.rnc-settings-wrap .notice {
    margin: 15px 0;
}

body {
    cursor: url("assets/svg/cursor.svg") 0 0, auto;
    /* 0 0 = نوک فلش گوشه‌ی بالا-چپ تصویر (هات‌اسپات) */
}



















