/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

@font-face {
  font-family: 'Gakuran';
  src: url('fonts/gakuran_font.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AiharaEdoMoji';
  src: url('fonts/AiharaEdoMoji_101.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*
:root {
  --wp--style--global--content-size: 900px;
  --wp--style--global--wide-size: 1600px;
}
*/

.wp-block-columns > .wp-block-column:first-child {
  background-color: #00A3AF; /* あさぎ色 */
}

.wp-block-columns > .wp-block-column:nth-child(2) {
  background-color: #F3F3E0; /* 生成り色 */
}

.wp-block-columns > .wp-block-column:last-child {
  background-color: #006E54; /* もえぎ色 */
}

.wp-block-post-title {
  font-family: 'AiharaEdoMoji', serif;
  font-size: 2rem; /* 好みで調整 */
  font-weight: 600;
  text-align: center;
}

.wp-block-template-part p  {
  text-align: center;
  font-family: 'AiharaEdoMoji', serif; /* タイトルと統一感 */
  font-size: 0.9rem;
  margin-top: 2rem;
}

