/*
 Theme Name: GeneratePress Child
 Theme URI: https://generatepress.com
 Description: Child theme for Inlivian On-Call Management Portal built on GeneratePress.
 Author: HexaCorp
 Author URI: https://techwithnavi.com/
 Template: generatepress
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: generatepress-child
*/

/* === Custom Styling for Inlivian Portal === */
body {
  background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, h6 {
  color: #003366; /* Inlivian blue */
}

.oncall-calendar {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
