/*
 * TrutzBox — main stylesheet.
 *
 * Strategy: import prosilver's full chain first, then our colours.css last
 * so our overrides win for any conflicting rule. Browsers resolve @import
 * URLs relative to the importing stylesheet, which is why we have to do this
 * here (phpBB's parent inheritance is template-level, not URL-level).
 *
 * @import order matters: later wins for cascade ties.
 */
@import url("../../prosilver/theme/stylesheet.css");
@import url("colours.css");
