/* Vendor stylesheet, pulled into the `base` cascade layer.

   A plain <link> is UNLAYERED, and an unlayered rule beats every layered
   rule regardless of source order or specificity — which would silently
   undo our overrides of this library. A layered @import is the only way to
   get a third-party stylesheet into a layer, so vendor CSS is imported
   through these shims rather than linked directly.
   See specs/design-system.md §3.1. */

@import url("https://cdn.jsdelivr.net/npm/tom-select@2.4.3/dist/css/tom-select.css") layer(base);
