// BASE

// *{
//   &, &:hover, &:focus, &:visited, &:active{
//     outline: none !important;
//   }
// }

body{
  // line-height: 1.5;
  font-family: $font-family;
  font-size: 16px;
  font-weight: 400;
  color: $color-primary-text;
  background-color: $bg-color;
}

.disabled{
	pointer-events: none;
	opacity: .8;
}


