/* Local wrapper that imports Bootstrap CSS from CDN.
   This keeps a local file present while avoiding embedding the full Bootstrap source.
   If you want a fully local copy, replace the @import with the actual Bootstrap CSS file contents.
*/
@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css');
