/*
Theme Name: Twenty Twenty Five Child
Template: twentytwentyfive
*/
/*-----------------------------------------
 * 全般
 * --------------------------------------*/

:root {

}

html {
  scroll-behavior: smooth;
}

:root :where(body) {
	font-family:"Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, "M+ 1p", sans-serif;
	font-weight:400;
}

/*----------------------------------
 * font
 * ------------------------------*/

.kiwi {
  font-family: "Kiwi Maru", serif!important;
  font-weight: 400;
  font-style: normal;
}
.didact {
  font-family: "Didact Gothic", sans-serif!important;
  font-weight: 400;
  font-style: normal;
	color: #837D7A!important;
	line-height: 80px;
}
.rock {
  font-family: "RocknRoll One", sans-serif!important;
  font-weight: 400;
  font-style: normal;
}

