:where([class^="ri-"])::before {
  content: "\f3c2";
}

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

.wa-pattern {
  background-color: #ffffff;
}

.gold-border {
  border-image: linear-gradient(45deg, #C4A86D, #8A7544) 1;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-gradient {
  background: linear-gradient(135deg, rgba(87, 50, 96, 0.8), rgba(23, 10, 27, 0.6));
}

.purple-glow {
  box-shadow: 0 0 20px rgba(110, 7, 206, 0.3);
}