/* ── UtilityApps — Core CSS ─────────────────────────────────────────────────
   Include this single file instead of individual CDN links for Bootstrap,
   Bootstrap Icons, and Plus Jakarta Sans.

   Usage in pages one level deep  (e.g. src/debtsnowball/index.html):
     <link rel="stylesheet" href="../css/core.css" />

   Usage from the catalog root  (src/index.html):
     <link rel="stylesheet" href="./css/core.css" />

   Bootstrap JS must still be included per-page (must come before </body>):
     <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
   ─────────────────────────────────────────────────────────────────────────── */

/* 1 ─ Bootstrap 5.3.3 ─ layout, components, utilities */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");

/* 2 ─ Bootstrap Icons 1.11.3 ─ icon font (bi-* classes) */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* 3 ─ Plus Jakarta Sans ─ used by several apps; set font-family explicitly to activate */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");
