::-moz-selection {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
}

::selection {
  color: black;
  background: hsla(234deg, 100%, 89%, 0.72);
}

::-moz-selection {
  color: black;
  background: hsla(234deg, 100%, 89%, 0.72);
}

@gray-darker: #444444;
@gray-dark: #696969;
@gray: #999999;
@gray-light: #cccccc;
@gray-lighter: #ececec;
@gray-lightest: lighten(@gray-lighter, 4%);

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  background: #f0f0f0;
  font-family: "Chillax-Medium", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --scrollbarBG: transparent;
  --thumbBG: transparent;
}

body::-webkit-scrollbar {
  width: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  font-feature-settings: "liga" on;
}