/*
 Theme Name:   Mofulyrics Child
 Theme URI:    https://mofulyrics.com/
 Description:  Child theme untuk Mofulyrics
 Author:       Mofu
 Author URI:   https://mofulyrics.com/
 Template:     mofulyrics
 Version:      1.0.0
*/

/* Import base child style */

#btn-furigana-on.active,
#btn-furigana-off.active {
  background: rgba(25, 118, 210, 0.9);
  color: #fff;
  border: none;
}

.artist-nav-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #0066cc;
  margin: 15px auto 0;
  border-radius: 3px;
}

.font-hiragino {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'メイリオ', Meiryo, sans-serif !important;
}