/*
Theme Name: Orlaya Theme
Theme URI: https://github.com/Jalal-Nasser/Orlaya
Author: Jalal Nasser
Author URI: https://github.com/Jalal-Nasser
Description: قالب عربي أصلي لعلامات الزهور والهوية البصرية، مبني بالكامل باستخدام محرر الموقع.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: 2026 Jalal Nasser
Text Domain: orlaya-theme
Tags: full-site-editing, rtl-language-support, block-patterns, custom-logo, featured-images
*/

html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  height: auto;
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 2px solid #8c9a72;
  outline-offset: 4px;
}

::selection {
  color: #fffdf7;
  background: #2d3b24;
}
