* {
  box-sizing:border-box;
}
html {
  height:100%;
  overflow-y: hidden;
}
body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  height:100%;
  margin:0px;
  user-select: auto;
  color: #6b6b6b;
}


/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.4) rgba(0,0,0,0.2);
  box-sizing:border-box;

}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.2);
  border-radius: 20px;
  margin: 8px 0;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.4);
  border-radius: 20px;
  width: 10px;
}



/* saira-500 - latin */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/saira-v8-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/saira-v8-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/saira-v8-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/saira-v8-latin-500.woff') format('woff'), /* Modern Browsers */
  url('../fonts/saira-v8-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/saira-v8-latin-500.svg#Saira') format('svg'); /* Legacy iOS */
}

/* saira-600 - latin */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/saira/saira-v8-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/saira/saira-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/saira/saira-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/saira/saira-v8-latin-600.woff') format('woff'), /* Modern Browsers */
  url('../fonts/saira/saira-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/saira/saira-v8-latin-600.svg#Saira') format('svg'); /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand/quicksand-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/quicksand/quicksand-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/quicksand/quicksand-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/quicksand/quicksand-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/quicksand/quicksand-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/quicksand/quicksand-v22-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/quicksand/quicksand-v22-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/quicksand/quicksand-v22-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/quicksand/quicksand-v22-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/quicksand/quicksand-v22-latin-500.woff') format('woff'), /* Modern Browsers */
  url('../fonts/quicksand/quicksand-v22-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/quicksand/quicksand-v22-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-600 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/quicksand/quicksand-v22-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/quicksand/quicksand-v22-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/quicksand/quicksand-v22-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/quicksand/quicksand-v22-latin-600.woff') format('woff'), /* Modern Browsers */
  url('../fonts/quicksand/quicksand-v22-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/quicksand/quicksand-v22-latin-600.svg#Quicksand') format('svg'); /* Legacy iOS */
}