<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root
{
	--primary:#3d1214;
	--secondary:#3d1214;

  	--primary-link: #3d1214;
	--primary-link-hover: #3d1214;

  	--primary-btn:#3d1214;
	--primary-btn-hover:#3d1214;
	
  	--secondary-btn:#3d1214;
	--secondary-btn-hover:#3d1214;	
  
    --site-radius:5px;
    
    --title-color:#000222;
    --title-family:'Josefin Sans', sans-serif;

}

.site-footer.footer-gradient
{
    background: #3d1214;
    background: -moz-linear-gradient(left, #000000, #3d1214);
    background: -webkit-linear-gradient(left, #000000, #3d1214);
    background: linear-gradient(to right, #000000, #3d1214);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3d1214',GradientType=1 );
}</pre></body></html>