/*
Theme Name: Satyashodhak Samaj
Theme URI: https://satysodhaksamaj.in
Author: Satyashodhak Samaj
Author URI: https://satysodhaksamaj.in
Description: A single-page WordPress theme for Satyashodhak Samaj featuring the legacy of Mahatma Jyotirao and Savitribai Phule.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: satyashodhak-samaj
Tags: one-column, responsive, custom-logo, accessibility-ready
*/

/* Minimal fallbacks for when Tailwind CDN has not loaded */
body {
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif;
    background: #f9f7f3;
    color: #1f2933;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, .serif {
    font-family: 'Noto Serif', serif;
}

.hero-pattern {
    background-color: #fdfbf7;
    background-image: radial-gradient(#881337 0.5px, transparent 0.5px);
    background-size: 20px 20px;
}

.quote-border {
    border-left: 4px solid #881337;
}
