/*
Theme Name: BCA-USA
Theme URI: https://bca-usa.org
Description: Bali Cultural Association USA — child theme of Bricks. Renders the site header and footer on every page, so a new page inherits the design instead of needing it pasted in.
Author: Bali Cultural Association USA
Template: bricks
Version: 1.2.0
Text Domain: bca-usa
*/

/* The site's design system lives in the "BCA header (new design)" reusable block, which is where
   staff edit it in wp-admin. Nothing from it is duplicated here — the two would drift.

   The only rule below is the size of the page title on a plain page, which the design system has
   no opinion about because every hand-built page supplies its own hero heading instead. Everything
   else about this heading — the serif, the weight, the ink — still comes from `.bca h1` in the
   block. Scoped to `.bca-plain` so it can never reach a hand-built page. */

.bca-plain .bca-plain-title {
	font-size: clamp(30px, 3.6vw, 44px);
	margin: 0 0 28px;
}
