/*
Theme Name: Cocoon Child Ringo
Template: cocoon-master
Description: Apple Compass風の静的・読書特化型UIにカスタムしたCocoon子テーマ
Author: あなたのお名前
Version: 1.0
*/

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  background: #F8F8F8;
  line-height: 1.75;
}

a {
  color: #5A7FBE;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}

a:hover {
  border-color: #5A7FBE;
}

.entry-card {
  background: #fff;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s;
}

.entry-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.entry-card-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem 0;
}

.entry-card-excerpt {
  font-size: 1rem;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .content-area {
    padding: 1rem;
  }
  .entry-card {
    padding: 1rem;
  }
}
