/*
Theme Name: kr
Theme URI: https://example.com/kr
Author: no name
Author URI: https://example.com
Description: kr — a classic (non-block) theme skeleton with optional Elementor-friendly templates. Includes placeholders for Font Awesome, GSAP, and multilingual/RTL readiness.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: kr
Tags: custom-logo, custom-menu, featured-images, rtl-language-support, translation-ready
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Basic base styles (placeholder) */
:root { --kr-container: 1200px; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; line-height: 1.5; }
.kr-container { width: min(var(--kr-container), 92vw); margin-inline: auto; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
