/*
Theme Name: Tiny Bulk Mail
Theme URI: https://vincentrozenberg.com
Description: Child theme of Twenty Twenty-Five, restyled with the Monochrome Framework. Overrides colors, typography, spacing and layout width, default body width set to 960px, overridable per block/page in the editor.
Author: Vincent Rozenberg
Author URI: https://vincentrozenberg.com
Template: twentytwentyfive
Version: 1.0.0
Text Domain: tiny-bulk-mail
*/

/* This file is intentionally minimal. Almost all visual overriding happens in:
   - theme.json (colors, typography, spacing, default content width)
   - assets/css/framework.css (the Monochrome Framework, loaded in full)
   - assets/css/editor-bridge.css (maps core WP blocks onto Monochrome classes)

   Anything here is just a last-resort safety net for things theme.json can't reach. */

/* Make sure the framework's box-sizing reset also applies to WP-specific
   wrapper elements that sit outside the block content area. */
#wpadminbar,
#wpadminbar * {
    box-sizing: border-box;
}
