/* theme_manager/static/themes/chronicle/css/style.css */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Inter:wght@400;500;600&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #f9fafb; /* Очень светло-серый фон */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
}

/* Стили для контента постов и страниц */
.prose h1, .prose h2, .prose h3 {
    font-family: 'Lora', serif;
}

.prose p, .prose li, .prose a {
    font-family: 'Inter', sans-serif;
}