/*
Theme Name: SaiShift IT Solutions
Theme URI: https://saishift.com
Author: SaiShift IT Solutions
Author URI: https://saishift.com
Description: The official website theme for SaiShift IT Solutions. Pairs with the "SaiShift Admin" plugin, which supplies the page content, branding, ticket system, and the wp-admin content editor. Install and activate both for the full site.
Version: 1.0
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saishift-theme
*/

html {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}
body {
	margin: 0;
	background: #E6E8EC;
	color: #0B1320;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
	line-height: 1.6;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
}

/* Minimal fallback chrome shown only if the SaiShift Admin plugin
   is not active (its shortcodes normally provide the full branded
   header, navigation, and footer on every page). */
.saishift-theme-fallback-header {
	background: #0B1320;
	color: #fff;
	padding: 18px 24px;
	font-weight: 700;
	font-size: 1.1rem;
}
.saishift-theme-fallback-notice {
	max-width: 720px;
	margin: 60px auto;
	padding: 24px;
	background: #fff;
	border: 1px solid #D7DEDC;
	border-radius: 4px;
}
.saishift-theme-fallback-footer {
	text-align: center;
	padding: 20px;
	font-size: 0.8rem;
	color: #5A6B72;
}
