/*
Theme Name: Kanama Interior Solutions
Theme URI: https://kanama.id
Author: Kanama Group
Author URI: https://kanama.id
Description: Premium Indonesian interior solutions house. A five-tone monochromatic navy editorial theme with built-in content management for Projects, News, Careers, and a lightweight Leads CRM that captures inquiries from the contact form. Self-contained — requires no plugins.
Version: 1.0.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: kanama
*/

/*
  The full Kanama brand system lives in assets/styles.css and is enqueued
  from functions.php. This file only carries the required theme header
  plus a couple of WordPress-specific overrides (admin bar, alignments).
*/

/* Nudge fixed header below the WP admin bar when logged in */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* WordPress core alignment + caption classes for the editor body */
.alignleft { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption-text { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--slate); margin-top: 8px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
