/*
Theme Name:     Norlon Builders (Kadence Child)
Theme URI:      https://norlon.ca
Description:     Child theme of Kadence for the Norlon Builders marketing site. Holds only the design-token backbone (theme.json), licensed webfont loading, and the Projects CPT registration. All page content and content styling live in the block editor / Global Styles — never here.
Author:         adHOME
Template:       kadence
Version:        1.0.1
Text Domain:    norlon-child
*/

/*
  Intentionally almost empty.

  Per the client build constraints, this stylesheet must NOT contain content
  styling. Colors, typography, spacing, buttons, etc. are defined globally in
  theme.json (and mirrored in the Kadence Customizer) so a non-technical admin
  can retune them in Visual mode. The only CSS that belongs here is for things
  an admin would never touch — e.g. the licensed @font-face declarations, which
  live in functions.php via wp_add_inline_style / an enqueued file, not here.
*/

/* Global guard against mobile horizontal scroll from full-bleed sections
   (gotcha B4). `clip` (not `hidden`) so position: sticky keeps working. */
html { overflow-x: clip; }
