: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;
}

/*this class is inside each page*/
.pageDataContainer{
  position:relative;
  height: calc(100 * var(--vh));
  width:100%;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
