/*
Theme Name: AITYKE (B2 Child)
Theme URI:  https://aityke.com/
Template:   b2
Author:     AITYKE
Author URI: https://aityke.com/
Description: AITYKE-branded child theme of B2 PRO. Mirrors the AITYKE design system (orange #d4845a primary, dark #555 header) so WordPress pages share the look of the SPA.
Version:    1.0.0
Text Domain: b2-child
Tags: child-theme, aityke, design-system
*/

/* ------------------------------------------------------------
   This file is intentionally tiny. The full design system lives
   in assets/css/aityke-tokens.css, aityke-components.css and
   b2-overrides.css and is enqueued from functions.php.
   ------------------------------------------------------------ */

body.aityke-skin {
    /* Stop B2's transform-on-scroll header behaviour from clipping the AITYKE chrome. */
    overflow-x: hidden;
}
