/*
Theme Name: My Journal Elite Edition
Author: Gemini Pro
Description: A high-end, premium replica with advanced typography and elite UI/UX.
Version: 7.0
*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,700;0,900;1,700&display=swap');

:root {
    --bg-color: #fafafa;
    --text-main: #111827;
    --accent: #2563eb;
    --border-soft: #f3f4f6;
}

body { 
    font-family: 'Figtree', sans-serif; 
    background-color: var(--bg-color); 
    color: var(--text-main); 
    line-height: 1.6;
}

h1, h2, h3, .font-serif { 
    font-family: 'Playfair Display', serif; 
}

/* Elite Smooth Scrolling */
html { scroll-behavior: smooth; }

/* Custom Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px; }
