/*
Theme Name: The Popular Story Child
Theme URI: https://thepopularstory.in
Description: GeneratePress child theme for The Popular Story — a digital-first news and storytelling platform.
Author: The Popular Story Editorial Team
Author URI: https://thepopularstory.in
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-popular-story-child
Tags: news, magazine, dark-header
*/

/* ─── CSS Variables ─── */
:root {
    --bo-primary:   #03184f;
    --bo-secondary: #f3be3e;
    --bo-bg:        #f6f9fd;
    --bo-text:      #393939;
    --bo-muted:     #868686;
    --bo-card:      #ffffff;
    --bo-radius:    7px;
    --bo-shadow:    0 4px 20px rgba(0,0,0,0.03);
    --bo-container: 1170px;
}

/* ─── Typography ─── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

body { font-family: 'Inter', 'Poppins', sans-serif; background-color: var(--bo-bg); }
h1,h2,h3,h4 { font-family: 'Playfair Display', Georgia, serif; }
