/*
Theme Name: Micropress Blank
Description: A deliberately minimal, dependency-free WordPress theme.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: micropress-blank
*/

*, *::before, *::after { box-sizing: border-box; }
html { line-height: 1.5; }
body { margin: 0; color: #111; background: #fff; font-family: system-ui, sans-serif; }
main { width: min(100% - 2rem, 72rem); margin-inline: auto; padding-block: 2rem; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
