/*
	LegacyReborn style — forum.l2legacyreborn.com

	The design is NOT reimplemented here. We pull the live site's own
	stylesheets so the forum and l2legacyreborn.com/forum cannot drift apart:
	edit the site's CSS and the forum follows. legacyreborn.css then does the
	phpBB-specific glue (mapping phpBB's markup onto that design).

	Cache note: phpBB's ?assets_version only busts THIS file, not the URLs it
	imports. Bump the ?v= on legacyreborn.css by hand after editing it — same
	rule as the main site (see CLAUDE.md).
*/

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

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&display=swap");
@import url("https://l2legacyreborn.com/assets/css/styles.css?v=20");
@import url("https://l2legacyreborn.com/assets/css/forum.css?v=3");

@import url("legacyreborn.css?v=2");
