/*
Theme Name: Survival Siren
Theme URI: https://survivalsiren.com
Author: AI Builder
Author URI: https://survivalsiren.com
Description: A high-performance, responsive news and magazine theme for Survival Siren, featuring dark/light mode, sticky hero posts, and customizable categories.
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: survival-siren
Tags: blog, news, magazine, dark-mode, responsive-layout, custom-colors, sticky-post
*/

/* Base Typography Improvements */
body {
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

p {
  margin-bottom: 1.5em;
}
