/*
 * underground — custom child style of prosilver
 *
 * Pulls in ALL of prosilver's stylesheet (which itself @imports
 * normalize/base/common/colours/responsive/etc.), then applies our
 * own overrides from custom.css LAST so they win the cascade.
 *
 * We never edit prosilver directly, so phpBB updates stay safe.
 */
@import url("../../prosilver/theme/stylesheet.css");
@import url("custom.css");
