/*
Theme Name: KO Unified
Theme URI: https://whereisko.com
Author: Khalid Omari + ChatGPT
Author URI: https://whereisko.com
Description: A unified, block-based theme for WhereIsKO, UpInTheEar, and 0800YoFam. Clean typography, strong rhythm, and brandable style variations.
Requires at least: 6.6
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ko-unified
Tags: blog, full-site-editing, one-column, two-columns, custom-colors, custom-logo, custom-menu, editor-style, block-patterns, sticky-post
*/

:root{
  /* Tiny extras not covered by theme.json */
  --ko-radius: 14px;
  --ko-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.ko-card{
  border-radius: var(--ko-radius);
  box-shadow: var(--ko-shadow);
}
