/*
Theme Name:   House of Colors
Theme URI:    https://houseofcolors.in
Description:  House of Colors — boutique real-estate developer, Bengaluru. Carries the design system (General Sans, the forest/terracotta palette, the Muse-derived component set), the Projects content model, and the site's page templates. Built by Black Arrow Technologies.
Author:       Black Arrow Technologies
Author URI:   https://blackarrowtechnologies.com
Version:      1.0.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License:      Proprietary — client work
Text Domain:  houseofcolors
Tags:         real-estate, business, custom-colors, custom-menu
*/

/*
  The design system lives in assets/css/ and is enqueued by functions.php in this order:
      tokens.css      → every colour, size, space and motion value
      components.css  → the component library
      pages.css       → secondary-page components

  Put ONLY genuine overrides in this file so the cascade stays readable.
  To restyle the site, edit assets/css/tokens.css — nothing else hardcodes a value.
*/

/* WordPress admin-bar offset for the fixed header */
body.admin-bar .hdr { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .hdr { top: 46px; }
}

/* editor-inserted blocks inherit the site's measure */
.entry-content > p,
.entry-content > ul,
.entry-content > ol { max-width: 72ch; }
