/*
Theme Name: KoooraGrid
Theme URI: https://kooragrid.com
Author: KoooraGrid
Author URI: https://kooragrid.com
Description: Arabic RTL soccer dashboard theme. Custom front-page template (page-soccer-dashboard.php) renders a dark-green + gold sports portal with regional league cards, a live-score ticker, and Google AdSense viewports. Built on Tailwind via the Play CDN; production installs should swap to a compiled build at /assets/css/tailwind.css for Core Web Vitals.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kooragrid
Tags: dark, rtl, arabic, sports, dashboard, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ------------------------------------------------------------------
 * The dashboard's brand tokens are emitted by kg_emit_tailwind_config()
 * in functions.php as :root CSS custom properties AND as a Tailwind
 * config block in <head>. This stylesheet is intentionally minimal —
 * it just provides the WP-required theme header and a few browser-
 * level resets that are easier in plain CSS than as Tailwind utilities.
 * ------------------------------------------------------------------ */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; color: inherit; }

/* When the dashboard is active, the body bg + text are set via the
 * kg-dashboard body class (see functions.php). We do NOT set them here
 * so non-dashboard pages keep the default WP look. */

/* The Tailwind classes themselves (bg-kg-amber, text-kg-mint, etc.) come
 * from the inline config in <head>. The compiled output, if/when we add
 * it, would go in /assets/css/tailwind.css and be enqueued here. */
