@font-face {
  font-family: 'HEX';
  src: url('../assets/HEX_Franklin_v0.3_Tyght_Variable_CONVERTED.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Spirit';
  src: url('../assets/New-Spirit-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'neulis';
  src: url('../assets/New-Spirit-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */


html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}



input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}



#loading-logo path {
  stroke: #F1F1F1;
  stroke-width: 1;
  fill: #F1F1F1;             /* Final fill color already set */
  fill-opacity: 0;
  stroke-dasharray: 2600;
  stroke-dashoffset: 2600;
}


input[data-autocompleted] {
    background-color: transparent !important;
}
