/*
Theme Name: 今日はここまで
Theme URI: https://mio.soarfly.jp/
Author: Mio Shirai
Description: 「今日はここまで − 壊れる前で止まるための記録」のための、ミニマルな1カラムテーマ。
Version: 1.0
Text Domain: kyou-wa-koko-made
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #050507;
  color: #f5f5f5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
}

a {
  color: #f5f5f5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.site-wrapper {
  max-width: 840px;
  margin: 0 auto;
  padding: 32px 16px 64px;
}

.site-header {
  padding: 24px 0 24px;
  border-bottom: 1px solid #303030;
  margin-bottom: 32px;
}

.site-title {
  font-size: 24px;
  font-weight: 600;
}

.site-tagline {
  font-size: 13px;
  opacity: 0.7;
  margin-top: 4px;
}

.site-main {
  margin-top: 16px;
}

.post {
  margin-bottom: 48px;
}

.post-title {
  font-size: 22px;
  margin: 0 0 8px;
}

.post-title a {
  color: inherit;
}

.post-meta {
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 16px;
}

.post-content {
  font-size: 16px;
}

.post-content p {
  margin: 0 0 1.2em;
}

.site-footer {
  border-top: 1px solid #303030;
  margin-top: 48px;
  padding-top: 16px;
  font-size: 12px;
  opacity: 0.55;
  text-align: center;
}
.site-hero {
  margin-bottom: 24px;
}

.site-hero img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;   /* 角丸：要らなければ削除OK */
}
