:root {
  --rose: #f7c6c7;
  --ivory: #f9f8f7;
  --champagne: #d4b68c;
  --ink: #3b2f2f;
}

.font-display {
  font-family: "Cormorant Garamond", ui-serif, Georgia, serif;
}

.font-body {
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.875rem 1.25rem;
  border: 1px solid var(--champagne);
  background: linear-gradient(180deg, #fff, #fff0);
  box-shadow: 0 8px 24px rgba(212, 182, 140, 0.25);
  transition: 0.25s;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(212, 182, 140, 0.35);
}

.hero-gradient {
  background: linear-gradient(180deg, rgba(247, 198, 199, 0.65) 0%, rgba(249, 248, 247, 0.92) 60%, #fff 100%);
}
