<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --redColor: #a52337;
  --redColorOver: #b34657;
  --yellowColor: #c49d40;
  --yellowColorOver: #d8b95a;
  --greenColor: #284441;
  --greenColorOver: #296963;
  --greyColor: #444444;
  --roseColor: #e6bbb8;
  --brownColor: #775740;
  
  --menu-speed:0.6s;
}
@font-face {
    font-family: Gotham-Bold;
    src: url("/theme-assets/Gotham-Bold-d05a68cbcc7a751a472261d065b19f88.woff");
}
@font-face {
  font-family: "Kuenstler";
  src: url("/theme-assets/Kuenstler-747992e555aee60fa2da0e3766308770.woff");
}
@font-face {
  font-family: "Candara";
  src: url("/theme-assets/candara-6fe4404f594302103e5f785999d53096.woff ");
}
@font-face {
  font-family: "CandaraBold";
  src: url("/theme-assets/Candara-Bold-5b04c3a663d2bfb4a0abd29e644b3d54.woff ");
}
@font-face {
  font-family: "fa-regular";
  src: url("/theme-assets/fa-regular-7124eb50fc8227c78269f2d995637ff5.woff ");
}
body{
  font-family:"Candara";
  font-weight: bold;
  overflow-x: hidden;
}

</pre></body></html>