/*
Theme Name: SasthoInfo
Theme URI: https://sasthoinfo.com/
Author: Milon Mahmud
Author URI: https://sasthoinfo.com/
Description: A professional, lightweight and responsive Bengali health information WordPress theme. Original, Astra-independent, Elementor-independent theme with a powerful Customizer for header, homepage, blog, single post, sidebar, footer, colors, typography, dark mode and advertisement placements. Designed & Developed by Milon Mahmud.
Version: 1.14.0
Requires at least: 5.9
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sasthoinfo
Tags: blog, news, health, custom-colors, custom-menu, custom-logo, featured-images, translation-ready, threaded-comments, right-sidebar, left-sidebar, footer-widgets, accessibility-ready

SasthoInfo WordPress Theme is distributed under the terms of the GNU GPL v2 or later.

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Base resets are intentionally kept minimal here; the full design system lives in assets/css/main.css and assets/css/responsive.css, loaded via wp_enqueue_style(). This file exists to satisfy WordPress theme header requirements and provide a safety-net minimal reset. */

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
}

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