/*
 * Bootstrap 5 placeholder
 *
 * This file is intentionally left mostly empty to satisfy WordPress
 * requirements for local CSS assets. In production you should
 * replace this file with the minified Bootstrap 5 CSS from the
 * official distribution (e.g. bootstrap.min.css from
 * https://getbootstrap.com/). Keeping a local copy ensures the theme
 * functions without relying on external CDNs.
 */

/* Basic resets to provide minimal styling in the absence of full Bootstrap. */
html,body{margin:0;padding:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.5;background:#f8f9fa;color:#212529;}a{color:#0d6efd;text-decoration:underline;}a:hover{color:#0a58ca;text-decoration:none;}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;}p{margin-top:0;margin-bottom:1rem;}