/**
 * Base CSS — Global tweaks the Blocksy Customizer cannot handle.
 *
 * This file is ALWAYS loaded on every page. Keep it minimal.
 * Only add rules here if they affect every page globally.
 *
 * RULES (non-negotiable — see docs/README.md):
 * - Global styling is set in the Blocksy CUSTOMIZER, not here. CSS is last resort.
 * - Every var() MUST have a hardcoded fallback: var(--theme-palette-color-N, #hex).
 * - Every rule MUST have a WHY comment + an @date tag.
 * - No !important — use cascade specificity.
 * - No font-family / font-size — the Customizer owns typography.
 * - No max-width / container — the Customizer owns layout.
 *
 * @package MDSC_Child
 */

/* (No global rules yet — the Blocksy Customizer covers global styling.
   Add rules below ONLY for things the Customizer cannot do, following the
   RULES above.) */
