/**
 * Single landing stylesheet so HTTP/1.1 (6 connections/host) cannot starve
 * a render-blocking CSS file behind the ES-module graph on school Wi-Fi.
 */
@import url('./critical.css');
@import url('./layout.css');
@import url('./components.css');
@import url('./a11y.css');
@import url('./perf.css');
