@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Serif+JP&display=swap');
@import url('https://use.typekit.net/uar6mmb.css');



p.test {
	font-size:40px;
	  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2.jun-pro{
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

h2.sans{
font-family: sans-serif;
font-weight: 100;
font-style: normal;
}

h2.serif{
font-family: serif;
font-weight: 100;
font-style: normal;
}

/*Source Han Sans JP Regular*/
h2.han-sans-r{
font-family: "source-han-serif-jp-subset", sans-serif;
font-weight: 100;
font-style: normal;
}

/*Source Han Sans JP Bold*/
h2.han-sans-b{
font-family: "source-han-serif-jp-subset", sans-serif;
font-weight: 700;
font-style: normal;
}


/*Source Han Serif Regular*/
h2.han-serif-r{
font-family: "source-han-serif-japanese", serif;
font-weight: 400;
font-style: normal;
}

/*Source Han Serif Bold*/
h2.han-serif-b{
font-family: "source-han-serif-japanese", serif;
font-weight: 700;
font-style: normal;
}
