/** Topic Preview - Latte Pendragon Theme */
@import url("light.css");

:root {
	--tp-bg: #f0ece0;
	--tp-border: #dfd7be;
	--tp-shadow: rgba(0, 0, 0, 0.5);
	--tp-text: #170D23;
	--tp-scrollbar-track: #e2ddd1;
	--tp-scrollbar-thumb: #170D23;
	--tp-scrollbar-hover: #884A58;
	--tp-avatar-bg: #dfd7be;
}

.topic_preview_section:not(:first-child) {
	border-top-color: #DCDCDC;
}
