/**
 * Variables
 *
 * parts of them are compatible with Bootstrap
 */
*:focus {
  outline: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Pingfang SC", "Microsoft Yahei", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
}

img {
  max-width: 100%;
}

label {
  cursor: pointer;
}
