<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root { 
  --primary-color: #80593D; 
  --secondary-color: #00416D; 
  --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-family: "Raleway"; 
  --h2-font-size: 39px; 
  --h3-font-color: #666064; 
  --h3-font-family: "Raleway"; 
  --h3-font-size: 28px; 
  --h4-font-color: #666064; 
  --h4-font-family: "Raleway"; 
  --h4-font-size: 20px; 
  --body-font-color: #4D4D4D; 
  --body-font-family: "Raleway"; 
  --body-font-size: 16px; 
  --link-font-color: #00416D; 
  --link-font-family: "Raleway"; 
  --link-font-color-hover: #0067AD; 
  --link-font-color-active: #0067AD; 
  --button-font-color: #FFF; 
  --button-font-family: "Raleway"; 
  --button-background-color: #80593D; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-background-color-hover: #4E270B; 
  --button-font-color-active: #4E270B; 
  --button-font-color-hover: #FFF; 
  --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>