<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root { 
  --primary-color: #242323; 
  --secondary-color: #000000; 
  --background-style: solid; 
  --background-color: #FEFEFE; 
  --primary-contrast: #fff; 
  --global-background-color: #FEFEFE; 
  --h1-font-color: #FFFFFF; 
  --h1-font-family: "Raleway"; 
  --h1-font-size: 50px; 
  --h2-font-color: #2A2A2A; 
  --h2-font-family: "Raleway"; 
  --h2-font-size: 35px; 
  --h3-font-color: #2A2A2A; 
  --h3-font-family: "Raleway"; 
  --h3-font-size: 30px; 
  --h4-font-color: #2A2A2A; 
  --h4-font-family: "Raleway"; 
  --h4-font-size: 20px; 
  --body-font-color: #2A2A2A; 
  --body-font-family: "Raleway"; 
  --body-font-size: 17px; 
  --link-font-color: #20CE88; 
  --link-font-family: "Raleway"; 
  --link-font-color-hover: #000000; 
  --link-font-color-active: #20CE88; 
  --button-font-color: #666064; 
  --button-font-family: "Raleway"; 
  --button-font-size: 17px; 
  --button-style: hollow; 
  --button-background-color: transparent; 
  --button-border-color: #666064; 
  --button-border-color-hover: #06264E; 
  --button-border-radius: 4px; 
  --button-background-color-hover: transparent; 
  --button-font-color-active: #666064; 
  --button-font-color-hover: #06264E; 
  --in-animation: hinge-in-; 
  --hinge-in-direction: from-top; 
  --out-animation: hinge-out-; 
  --hinge-out-direction: from-top; 
  --easing: linear; 
  --speed: normal; 
  --mobile-menu-width: 100vw; 
  --mobile-menu-margin-left-right: 1rem; 
}
</pre></body></html>