/* phpBB loads theme/<lang>/stylesheet.css from the *active* style, not the
   parent — a child style without this file logs a 404 on every page view. */

@import url("../../../prosilver/theme/en/stylesheet.css");
