/*
Theme Name: Bootstrap 5 Starter
Theme URI: https://example.com/bootstrap5-starter
Author: ChatGPT
Author URI: https://example.com
Description: A clean, minimal WordPress starter theme using Bootstrap 5 with a modern layout and best practices.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: MIT
Text Domain: bootstrap5-starter
Tags: blog, custom-logo, custom-menu, featured-images, one-column, two-columns, responsive-layout, translation-ready
*/

/* Keep stylesheet mostly empty; use theme.json + Bootstrap utility classes */
:root { --bs-body-bg: #ffffff; }
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji"; }
.wp-caption { max-width: 100%; }
.alignwide { max-width: 1200px; margin-inline: auto; }
.alignfull { width: 100%; }
img { height: auto; max-width: 100%; }
.screen-reader-text { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
*/
