/**
 * Variables
 *
 * parts of them are compatible with Bootstrap
 */

$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, "Pingfang SC", "Microsoft Yahei", Sans-serif !default;
$font-family-base: $font-family-sans-serif !default;
$font-size-base: 14px !default;
$font-weight-base: 300 !default;
$line-height-base: 1.5 !default;
$text-color: #333 !default;

*:focus {
  outline: none;
}

body {
  font: {
    family: $font-family-base;
    size: $font-size-base;
    weight: $font-weight-base;
  }
  line-height: $line-height-base;
  color: $text-color;
}

img {
  max-width: 100%;
}

label {
  cursor: pointer;
}
