@font-face {
  font-family: 'Go';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfont/go-regular-webfont.woff2') format('woff2');
}

@font-face {
  font-family: 'Go';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url('../webfont/go-italic-webfont.woff2') format('woff2');
}

@font-face {
  font-family: 'Go';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('../webfont/go-medium-webfont.woff2') format('woff2');
}

@font-face {
  font-family: 'Go';
  font-style: italic;
  font-weight: 500;
  font-display: block;
  src: url('../webfont/go-medium-italic-webfont.woff2') format('woff2');
}

@font-face {
  font-family: 'Go';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('../webfont/go-bold-webfont.woff2') format('woff2');
}

@font-face {
  font-family: 'Go';
  font-style: italic;
  font-weight: 700;
  font-display: block;
  src: url('../webfont/go-bold-italic-webfont.woff2') format('woff2');
}

@font-face {
  font-family: 'Go Mono';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfont/go-mono-webfont.woff2') format('woff2');
}

@font-face {
  font-family: 'Go Mono';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url('../webfont/go-mono-italic-webfont.woff2') format('woff2');
}

@font-face {
  font-family: 'Go Mono';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('../webfont/go-mono-bold-webfont.woff2') format('woff2');
}

@font-face {
  font-family: 'Go Mono';
  font-style: italic;
  font-weight: 700;
  font-display: block;
  src: url('../webfont/go-mono-bold-italic-webfont.woff2') format('woff2');
}

@font-face {
  font-family: 'GoSC';
  font-style: normal;
  font-display: swap;
  src: url('../webfont/go-smallcaps-webfont.woff2') format('woff2');
}

@font-face {
  font-family: 'GoSC';
  font-style: italic;
  font-display: swap;
  src: url('../webfont/go-smallcaps-italic-webfont.woff2') format('woff2');
}

.social {
  margin-top: 60px;
}
.social ul li {
  display: inline-block;
  margin-right: 10px;
}

.social ul li:last-child {
  margin: 0;
}

.social ul li a {
  display: block;
  background: #434c5e;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #d8dee9;
  text-align: center;
  line-height: 42px;
  -webkit-transition: linear 0.1s;
  -moz-transition: linear 0.1s;
  -o-transition: linear 0.1s;
  transition: linear 0.1s;
}

.social ul li a:hover,
.social ul li a:focus {
  background: #434c5e;
  color: #d8dee9;
}

h2 .name {
  font-family: 'DejaVu Sans', 'Noto Sans TC', sans-serif;
}

a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
  color: #5e81ac;
}
