/*
Theme Name: Jayasinghe Consulting — Claude Design
Theme URI: https://jayasingheconsulting.com
Description: Standalone classic theme that reproduces the Claude Design prototype for jayasingheconsulting.com exactly — wordmark-led brand, two audience tracks (Organisations + Small Business), Poppins/Lora type, Claude palette. Renders each page from server-side templates (no page builder, no block editor required). Pages map automatically by slug.
Author: Opi Jayasinghe
Author URI: https://jayasingheconsulting.com
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
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: jayasinghe-claude-design
*/

/* Base tokens + component styles live in tokens.css (enqueued by functions.php).
   This file is the WordPress theme stylesheet header and holds only small
   theme-level helpers below. */

/* Hide admin-bar gap jump for sticky header */
html { scroll-behavior: smooth; }

/* WordPress alignment helpers (in case any the_content() is used on default pages) */
.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignright { float:right; margin:0 0 1em 1.5em; }
.alignleft { float:left; margin:0 1.5em 1em 0; }
