/*
Theme Name: Sriram Nursing Home v2
Theme URI: https://example.com/
Author: Codex
Author URI: https://example.com/
Description: Version 2 package of the Sriram Nursing Home WordPress theme (static site HTML/CSS port). Same features: Theme Content options, Departments & Services CPTs, detail layouts, contact form.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: sriram-nursing-home
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: #1f2937;
  font-family: "Inter", sans-serif;
}

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