@keyframes pulse-glow {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.animate-blink {
  animation: pulse-glow 1.5s infinite ease-in-out;
}

.font-sawarabi { font-family: 'Sawarabi Gothic', sans-serif; }

.font-zen-maru {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

.font-comic-neue { font-family: 'Comic Neue', sans-serif; }

.font-kosugi-maru { font-family: 'Kosugi Maru', sans-serif !important; }

body {
  font-family: 'Noto Sans JP', sans-serif;
}