/* Fallback styles in case Tailwind fails to load */
body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #F9F8F6;
    color: #292524; /* stone-800 */
    margin: 0;
}
.font-serif {
    font-family: 'Playfair Display', serif;
}
/* Hide scrollbar for clean look */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
