/*
Theme Name: KhabarHub
Theme URI: https://whitehillsolution.com/khabarhub
Author: Roshan Kumar Thapa
Author URI: https://whitehillsolution.com
Description: A responsive Nepali news portal theme with homepage blocks, video support, widgets, and Customizer-driven sections.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: khabarhub
Tags: news, magazine, responsive, translation-ready, custom-logo, custom-menu, featured-images, editor-style
*/

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: #f5f7fb;
	color: #12324a;
}

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

a {
	color: inherit;
}
