/*
Theme Name: boconnell
Theme URI: https://boconnell.org
Author: Brian O'Connell
Description: Stripped monospace theme for boconnell.org — black on white, three sizes, two weights. The content model lives in mu-plugins (theme-independent).
Version: 1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: boconnell
*/

/* Minimal, neutral base — safe on every page including the protected CBII post.
   The opinionated design lives in boc-style.css (loaded everywhere except CBII). */
*{ box-sizing:border-box; }
img, video{ max-width:100%; height:auto; }
.screen-reader-text{ position:absolute !important; width:1px; height:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap; }
.alignwide{ }
.alignfull{ }
