/*
Theme Name: Usamabook Theme
Template: twentytwentyfour
*/
body {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  color: #333;
  background-color: #FAFAF5;
}

h1, h2, h3 {
  font-family: 'Noto Serif JP', serif;
  color: #2E5C6E;
}

section {
  padding: 80px 0;
}

.card {
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
}
.card-img-top {
  transition: opacity 0.3s ease;
}

.card:hover .card-img-top {
  opacity: 0.85;
}
