/**
 *
 * Find Waldo extension for the phpBB Forum Software package.
 *
 * @copyright (c) SpIdErPiGgY <https://spiderpiggy.com>
 * @copyright “Where’s Waldo” / “Where’s Wally” is a trademark of its respective owners.
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */

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

.waldo-theme-standard {
	--waldo-card: #fff0b8;
	--waldo-alt: #ffe6a0;
	--waldo-text: #23527c;
	--waldo-muted: #64758a;
	--waldo-border: #ff9b2f;
	--waldo-accent: #ff7800;
	--waldo-soft: #fff3d2;
	--waldo-header: #ff7800;
	--waldo-score: #fff6ce;
	--waldo-score-border: #e39a2d;
	--waldo-score-text: #a44d00;
	--waldo-shadow: 0 2px 8px rgba(172, 91, 0, 0.22);
}
