/* Scriptara – Custom supplement (Tailwind handles the rest) */

/* Ensure Google Fonts are applied via Tailwind config font families */
body {
    font-family: 'Roboto', system-ui, sans-serif;
}

h1, h2 {
    font-family: 'Merriweather', Georgia, serif;
}

