/*
  Local wrapper CSS (cache-busting filename).

  This project previously bundled a Bootstrap build in index_css.css that referenced
  Glyphicons font files on an external domain (causing certificate/load failures).

  Use this file to bypass CDN cache when deploying.
*/

@import url("./bootstrap.min.css");