<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root { 
  --primary-color: #151344; 
  --secondary-color: #D2973D; 
  --background-style: solid; 
  --background-color: #FEFEFE; 
  --primary-contrast: #fff; 
  --global-background-color: #FEFEFE; 
  --h1-font-color: #FFFFFF; 
  --h1-font-family: "Poppins"; 
  --h1-font-size: 50px; 
  --h2-font-color: #151344; 
  --h2-font-family: "Poppins"; 
  --h2-font-size: 42px; 
  --h3-font-color: #151344; 
  --h3-font-family: "Poppins"; 
  --h3-font-size: 32px; 
  --h4-font-color: #D2973D; 
  --h4-font-family: "Poppins"; 
  --h4-font-size: 26px; 
  --body-font-color: #666064; 
  --body-font-family: "Open Sans"; 
  --body-font-size: 16px; 
  --link-font-color: #000000; 
  --link-font-family: "Raleway"; 
  --link-font-color-hover: #000000; 
  --link-font-color-active: #000000; 
  --button-font-color: #FFF; 
  --button-font-family: "Open Sans"; 
  --button-font-size: 16px; 
  --button-background-color: #D2973D; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-border-radius: 4px; 
  --button-background-color-hover: #151344; 
  --button-font-color-active: #151344; 
  --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>