@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local('EB Garamond'), local('EBGaramond'), url(../fonts/EBGaramond.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/RobotoLight.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(../fonts/RobotoSlabLight.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
html {
	background-color: #eee;
}
body {
  background-color: #fffffd;
  max-width: 920px;
  padding: 10px 15px;
	margin: auto;
  font: 300 20px 'Roboto Slab', serif;
	color: #070707;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
a {
	text-decoration: none;
	color: #00171f;
	font-weight: bold;
}
.logo {
  text-align: center;
  line-height: 80px;
  height: 80px;
  padding: 0 5px;
  font-size: 60px;
  font-weight: 700;
}
.area {
  padding: 20px 0;
	width: 460px;
	margin: auto;
}
.area .name {
	color: #1c93d8;
	border-bottom: 1px solid #1c93d8;
	margin-bottom: 4px;
	padding: 0 8px;
  font: 900 20px 'EB Garamond', serif;
	letter-spacing: 1px;
  line-height: 32px;
  vertical-align: top;
}
.area ul.details {
  letter-spacing: 1px;
  margin: 0;
	padding: 0 8px;
  line-height: 32px;
  list-style: none;
}
.area ul.details li {
	width: 450px;
}
.obfuscated {
	font: 300 20px 'Roboto', sans-serif;
	width: 300px;
	margin: 32px auto 10px auto;
  text-align: center;
}
.obfuscated > div {
	margin-bottom: 16px;
}
.obfuscated li {
  line-height: 34px;
}
.obfuscated a {
	text-decoration: none;
	font-weight: 700;
	color: #070707;
}
.obfuscated a.x {
  color: #1c93d8;
}
.obfuscated a.w {
	font-weight: 700;
}
.obfuscated a.j img {
	width: 32px;
}
.obfuscated p {
  font: 22px 'EB Garamond', serif;
  margin-bottom: 15px;
}
.obfuscated ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.copy {
  font: 18px 'EB Garamond', serif;
  letter-spacing: 1px;
  position: relative;
  bottom: 0;
  border-top: 2px solid #070707;
  padding: 8px 0;
  text-align: center;
}
