/* Base Styles */
body {
    font-family: 'Inter', sans-serif;
    background-color: #fff7ed;
    /* Tailwind 'orange-50' for parchment feel */
    color: #292524;
    /* Tailwind 'stone-800' */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Serif font for headings */
h1,
h2,
h3,
h4,
h5,
h6,
.font-serif {
    font-family: 'Merriweather', serif;
}
