/*
Theme Name: Omni Executive
Theme URI: https://example.com/
Author: You
Author URI: https://example.com/
Description: Lightweight Bootstrap 5 theme with easy admin fields for address, phone, and hours.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: omni-exec
*/

/* Basic tweaks; most visuals come from Bootstrap */

body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.navbar-brand { font-weight: 700; }
.footer { background:#111; color:#bbb; }
.footer a { color:#fff; text-decoration: none; }
.list-hours li { display:flex; justify-content:space-between; border-bottom:1px dashed #e9ecef; padding:.25rem 0; }
.badge-open { font-size:.85rem; }

