/*
Theme Name: Reparin
Theme URI: https://reparin.ru
Author: T-Helper Cell Technologies
Author URI: https://reparin.ru
Description: Custom block theme for Репарин-Хелпер®, a registered veterinary regenerative drug. theme.json-driven Global Styles, homepage sections as block patterns, no page builder. Built with the wordpressr R package.
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.0
Version: 0.1.54
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reparin
Tags: full-site-editing, block-patterns, e-commerce, custom-colors, custom-logo
*/

/* -------------------------------------------------------------------------
   Intentionally almost empty. The design system is one canonical stylesheet,
   assets/css/site.css (base.css + site.css from the prototype, in that order,
   because site.css exists to override base.css). Only the bits that must beat
   a WordPress default live here, and they load after it.
   ------------------------------------------------------------------------- */

/* WordPress prints .alignwide/.alignfull sizing that fights the design's own
   .wrap; the design owns its widths. */
.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }
.wp-site-blocks { padding-left: 0; padding-right: 0; }

/* The admin bar offsets the sticky header by 32px when logged in. */
body.admin-bar .hdr { top: 32px; }
@media (max-width: 782px) { body.admin-bar .hdr { top: 46px; } }
