/*
Theme Name: SmartSpace Child
Theme URI: https://smartspace.ai
Description: Gutenberg-native rebuild of SmartSpace theme using Twenty Twenty-Five as parent. Uses FSE blocks, patterns, and templates with Tailwind CSS.
Author: SmartSpace.ai
Author URI: https://smartspace.ai
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smartspace-child
Tags: custom-logo, custom-menu, featured-images, full-width-template, theme-options, full-site-editing, block-patterns
*/

/**
 * SmartSpace Child Theme - Stylesheet
 * Main styles are managed via Tailwind CSS CDN
 * This file contains WordPress-specific CSS overrides and utility classes
 */

:root {
  --ss-primary: #0882a8;
  --ss-primary-hover: #077294;
  --ss-secondary: #18c5e0;
  --ss-fg: #0a0f1a;
  --ss-bg: #ffffff;
  --ss-gray-50: #f8fafc;
  --ss-gray-100: #f1f5f9;
  --ss-gray-200: #e2e8f0;
  --ss-gray-300: #cbd5e1;
  --ss-gray-400: #94a3b8;
  --ss-gray-500: #64748b;
  --ss-gray-700: #334155;
  --ss-gray-900: #0f172a;
  --ss-container: 80rem;
  --ss-transition: 0.3s ease;
}
