/**
 * Slide layouts, one file each, selected by data-layout on a slide <section>.
 * stat-wall is the only one with a JS module (js/layouts/stat-wall.js,
 * dispatched by js/plugins/layouts.js) - the rest are pure CSS.
 *
 * Add a new layout by writing css/layouts/<name>.css (attribute-selector
 * only, composed from tier-3 roles in css/brand/_engine.css and the scales in
 * css/tokens.css) and importing it here.
 */
@import url("layouts/full-bleed.css");
@import url("layouts/split.css");
@import url("layouts/bento.css");
@import url("layouts/stat-wall.css");
@import url("layouts/table.css");
@import url("layouts/reframe.css");
