/*
 * Cascade layers used by all the CSS of the project. This @layer statement must
 * be loaded before any other CSS file, because the first occurrence defines the
 * layer order: vendor (weakest) < base < ui < page. Styles outside any layer
 * (e.g. legacy.css, inline <style> blocks) beat all layers.
 *
 * Beware: for '!important' declarations the layer order is REVERSED (vendor wins
 * over base/ui/page, and any layered '!important' wins over unlayered ones).
 * That's why some rules that must beat Bootstrap's '!important' utilities are
 * appended to the 'vendor' layer instead of using their natural layer.
 *
 * Only @layer and @import statements are allowed in this file: any other rule
 * would invalidate the @import statements that follow it.
 */
@layer vendor, base, ui, page;
@import url("../vendor/bootstrap/dist/css/bootstrap.min-FxLwN4-.css") layer(vendor);
