.bg-grid-pattern {
  background-image: radial-gradient(#ffb7d5 1.5px, transparent 1.5px),
    radial-gradient(#25d366 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  opacity: 0.25;
}

:root {
  color-scheme: light;
}

body {
  color: #374151;
}

.bg-wa-light {
  background-color: #15803d !important;
}

.text-wa-light {
  color: #15803d !important;
}

.bg-neko-hot {
  background-color: #be185d !important;
}

.text-neko-hot {
  color: #be185d !important;
}

section {
  scroll-margin-top: 100px;
}

a,
button,
summary,
[role="button"] {
  outline-offset: 3px;
}

nav a,
button,
details > summary,
[role="button"] {
  min-height: 44px;
}

footer .max-w-4xl > .flex a {
  min-height: 44px;
}

nav a,
footer .max-w-4xl > .flex a {
  display: inline-flex;
  align-items: center;
}

footer .max-w-4xl > .flex a,
details > summary,
button,
[role="button"] {
  border-radius: 9999px;
}

footer .max-w-4xl > .flex a {
  padding: 0.3rem 0.55rem;
}

.text-gray-400 {
  color: #6b7280 !important;
}

.text-gray-500 {
  color: #4b5563 !important;
}

.text-gray-600 {
  color: #374151 !important;
}

.text-green-400 {
  color: #15803d !important;
}

.text-green-500 {
  color: #15803d !important;
}

.text-red-500 {
  color: #b91c1c !important;
}

.text-yellow-600 {
  color: #a16207 !important;
}

.text-green-700\/60 {
  color: #166534 !important;
}

.text-pink-700\/60 {
  color: #9d174d !important;
}

.text-blue-700\/60 {
  color: #1d4ed8 !important;
}

.text-purple-700\/60 {
  color: #6d28d9 !important;
}

.bg-gray-900 .text-gray-400,
.bg-gray-900 .text-gray-500,
.bg-gray-900 .text-gray-600 {
  color: #d1d5db !important;
}

.bg-gray-900 .text-neko-hot {
  color: #f9a8d4 !important;
}

.bg-gray-900 .text-green-400,
.bg-gray-900 .text-green-500 {
  color: #86efac !important;
}

footer .opacity-50 {
  opacity: 0.82;
}

footer .text-xs.opacity-50 {
  color: #4b5563 !important;
  opacity: 1;
}
