@CHARSET "UTF-8";
@font-face {
  font-family: 'Youth';
  src: url('Youth.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Binggrae';
  src: url('Binggrae.ttf');
  font-weight: normal;
  font-style: normal;
}

p{
	font-family: Binggrae;
}

h1,
h2,
h3{
	font-family: 'Ã»¼Ò³â¼­Ã¼', Youth;
}
