/* ---------------------------------------------------------------------------
 * legacy-imports.css
 * ---------------------------------------------------------------------------
 * Third-party stylesheets and web-fonts that used to be pulled in via the
 * `@import` block at the top of the legacy Main.css. Kept as a standalone
 * consolidator so the three Fluid layouts each need only one `<link>` tag
 * for these assets, and so the paths (which are relative to *this* file)
 * remain valid.
 *
 * When any of these dependencies is retired the corresponding `@import`
 * here should be removed as well.
 *
 * - fancybox: jQuery lightbox plugin, still referenced by Main.js / Sdo.min.js
 * - magnific-popup: jQuery lightbox plugin, still referenced by Main.js / Sdo.min.js
 * - Roboto / Roboto Condensed / Roboto Slab: font families used by
 *   `.font-normal`, `.font-condensed`, `.font-serif` (see _legacy-sv-styles.scss)
 * - SHV-Icons: SV-branded icon webfont referenced by templates via
 *   `.icon-*` classes (see _legacy-sv-styles.scss)
 * ---------------------------------------------------------------------------
 */

@import "../Components/fancybox/source/jquery.fancybox.css";
@import "../Components/magnific-popup/dist/magnific-popup.css";
@import "../Fonts/Google/roboto.css";
@import "../Fonts/Google/roboto-condensed.css";
@import "../Fonts/Google/roboto-slab.css";
@import "../Fonts/SHV-Icons/style.css";

