/*
Theme Name: FITHMedia Bootstrap Toggle
Theme URI: https://example.com/fithmedia-bootstrap-toggle
Author: ChatGPT
Author URI: https://chat.openai.com
Description: Responsive WordPress blog theme using Bootstrap 5 with dark/light mode toggle and custom logo support.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fithmedia-bootstrap-toggle
*/
:root {
  --fm-accent: #0d6efd;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

.site-logo img { max-height: 44px; height: auto; width: auto; }

.card img { width: 100%; height: auto; }

.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .9rem; color: #6c757d; }

/* spacing helpers */
.section { padding: 2.5rem 0; }
*/