/*
Theme Name: Medical_Theme
Theme URI: https://example.com/blank-theme
Author: Your Name
Author URI: https://example.com
Description: A minimal, blank starter theme for WordPress. Clean slate with no styling opinions — build from here.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blank-theme
*/

/* Intentionally minimal. Add your own styles below. */

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

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

a {
	color: inherit;
}

.site-content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
