<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--theme-color-1: #ffffff;
	--theme-color-2: #ffffff;
	--theme-color-3: #ffffff;
	--theme-color-4: #ffffff;
	--theme-color-5: #000000;
}		
@font-face {
    font-family: 'away';
    src: url('away_v3-webfont.woff2') format('woff2'),
    	url('away_v3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body {
	font-family: 'away' !important;
	color: #000000 !important;
}
a {
	color: #000000 !important;
}
section { 
	background: url(/storage/assets/images/anachronism-dirt.jpg) repeat top left;
}
.text-white {
	color: #000000 !important;	
}
.maintypeface {
	font-family: 'away' !important;
	color: #000000 !important;	
}
.voivod-footer {
	background-color: #ffffff !important;	
}
.voivod-footer .logo {
	filter: invert(1);
}
.invertable {
	filter: invert(1);	
}
.alert-danger, 
.alert-success {
	background-color: #000000 !important;
	border: #000000 !important;
	color: #ffffff !important;
	border-radius: 0px;
}
.btn {
	border-radius: 0px;
}
#cart-header {
	color: #000000 !important;	
}
.homepage .maintypeface {
	color: #000000 !important;		
}
.homepage .text-white {
	color: #000000 !important;		
}
.homepage #cart-header {
	background-color: #000000 !important;		
	color: #ffffff !important;
}
#myNav .text-color-white {
	color: #ffffff !important;
}
.nav-link {
	color: #000000 !important;	
}
.btn.background-1 {
	background-color: #000000 !important;		
	color: #ffffff !important;
}
.name {
	color: #ffffff !important;	
}
/*
.store img {
	filter: none !important;
}
*/
.anachronism-black {
	color: #000000 !important;		
}
.anachronism-white {
	color: #ffffff !important;		
}
.anachronism-btn {
	background-color: #000000 !important;		
	color: #ffffff !important;
}
.vv-btn {
	color: #000000 !important;
	border: 1px solid #000000 !important;
}
.selected {
	background-color: #cccccc !important;
}</pre></body></html>