/* Pepecoin theme - green accent on light green background */
:root {
    --ps-bg: #212121;
    --ps-accent: #C07A4E;
    --ps-accent-light: #208241;
    --ps-accent-muted: #C07A4E;
	--ps-muted: #FFFFFF;
    --ps-card-shadow: 15px 15px 1px #269B4D;
}
h1 {
	color: #FFFFFF;
}
#chain-tagline {
	color: #C07A4E;
}