@charset "utf-8";

@font-face {
  font-family: inter;
  src: url(inter.woff);
}

@font-face {
	font-family: notosanslight;
	src: url(notosanslight.woff);
}

@font-face {
	font-family: notosansbold;
	src:  url(notosansbold.woff);
}

h1 {
  font-family: inter;
  font-size: 40px;
  letter-spacing: -2px;
}

h2 {
	font-family: notosanslight;
	font-size: 20px;
	color: #BEBEBE;
	margin: 0;
}

h3 {
	font-family: notosanslight;
	font-size: 16px;
	color: #AEAEAE;
}

h4 {
	color: #AEAEAE;
	font-family: notosansbold;
	font-size: 18px;
}

h5 {
	color: #666666;
	font-family: notosanslight;
	font-size: 13px;
}

h6 {
	color: #666666;
	font-family: notosanslight;
	font-size: 13px;
}

p {
	font-family: notosanslight;
	font-size: 16px;
	color: #AEAEAE;
	margin-top: 10px;
}