/*
Theme Name: Roja FSE
Theme URI: https://rojagold.liben.agency
Author: Oben Origin Studio
Author URI: https://obenorig.in
Description: یک تم وردپرس بلوکی مدرن با React برای روژا گلد. دارای طراحی پیکسل پرفکت، انیمیشن‌های Motion، پشتیبانی از ووکامرس و بلوک‌های سفارشی گوتنبرگ.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roja-fse
Tags: block-theme, custom-blocks, woocommerce, rtl-language-support, e-commerce, one-column, custom-colors, custom-menu, editor-style, featured-images, full-site-editing, block-patterns, template-editing, translation-ready

RojaGold Theme, Copyright 2025 Oben Origin Studio
RojaGold Theme is distributed under the terms of the GNU GPL
*/

/**
 * این فایل فقط برای metadata استفاده می‌شه.
 * استایل‌های اصلی در theme.json و block styles تعریف شدن.
 */

/* Global color tokens synced with Site Editor palette */
:root {
  --roja-color-bg: var(--wp--preset--color--background);
  --roja-color-text: var(--wp--preset--color--foreground);
  --roja-color-primary: var(--wp--preset--color--primary);
  --roja-color-primary-light: var(--wp--preset--color--primary-light);
  --roja-color-primary-dark: var(--wp--preset--color--primary-dark);
  --roja-color-border: var(--wp--preset--color--border);
  --roja-color-muted: var(--wp--preset--color--muted);
}

body {
  background: var(--roja-color-bg);
  color: var(--roja-color-text);
}

a {
  color: var(--roja-color-primary);
}

a:hover {
  color: var(--roja-color-primary-dark);
}

button,
.wp-element-button,
.wp-block-button__link,
input[type="submit"] {
  background: var(--roja-color-primary);
  color: var(--roja-color-bg);
  border-color: var(--roja-color-primary);
}

button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
  background: var(--roja-color-primary-light);
  border-color: var(--roja-color-primary-light);
}
