body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pointer, .loader{
  pointer-events: none;
}
::selection
{
  background: rgba(56,82,113,.99);
  color: white;
}
::-moz-selection
{
  background: #385271;
  color: white;
}