/*
Theme Name: Addis Insight V6
Theme URI: https://addisinsight.net
Author: Addis Insight Team
Author URI: https://addisinsight.net
Description: A high-performance news theme optimized for Google Discover and AdSense.
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: addis-insight
Tags: news, magazine, responsive, accessibility-ready
*/

/* Basic Reset in case Tailwind fails to load */
body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
