$core-font-family: '微軟正黑體', Roboto, 'Helvetica Neue', sans-serif !important;

$space-sm: 4px;
$space-1: 8px;
$space-2: 16px;
$space-3: 24px;
$space-4: 32px;
$space-5: 40px;

$line-grey: #dcdcdc;
$text-grey: #696969;

%bold-title {
  font-size: 1.5em;
  font-weight: bold;
}

%sw-border-list-li {
  display: inline;
  height:35px;
  line-height:35px;
  position:relative;
  font-size:15px;
  margin-bottom: 12px;
  transition: background-color 1.5s ease;
  padding-left: 12px;
  color:#fff;
  text-decoration:none;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}
