/*
Theme Name: Apollo Child
Theme URI:  https://example.com/
Description: Child theme for Twenty Twenty-Five. Site-wide styling overrides and minor tweaks. こんにちは！僕の名前を知ってますか？僕はサーカス団子と呼ばれるカニ団子です。マーラータンの具材として人気があるんですよ。テーマのapolloは遊び心を持った大人という意味で作成しました。活用してくださいね。
Author: Tastasichi
Template: twentytwentyfive
Version: 1.0.5
Text Domain: apollo-child
*/

header.wp-block-template-part {
  margin-block-start: 0;
}

.wp-block-button__link {
  border-radius: 999px;
  padding: 0.85em 1.2em;
  font-weight: 600;
}

/* Hide any existing block-theme footer template-part so only our bar appears */
footer.wp-block-template-part {
  display: none !important;
}

/* Apollo footer bar (injected via wp_footer) */
.apollo-footer {
  background: #000;
  height: 56px;
  padding: 0 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.apollo-footer,
.apollo-footer * {
  color: #c3c4c7 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  line-height: 2.46153846 !important;
}
