/*
Theme Name:  IIS Theme
Theme URI:   https://11sgy.com
Author:      Investigative Intelligence Solutions Inc.
Author URI:  https://11sgy.com
Description: Official theme for Investigative Intelligence Solutions Inc. — Guyana's only high-tech private investigation and cybersecurity firm. Features a dark tactical aesthetic, gold accents, and full Customizer support.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iis-theme
Tags:        dark, professional, business, security, custom-colors, custom-logo, full-width-template, two-columns, custom-menu, featured-images, sticky-post, threaded-comments, translation-ready

IIS Theme — Investigative Intelligence Solutions Inc.
"Guyana's Only High-Tech Private Investigation Firm"
*/

/* =========================================================
   BASE RESET & ROOT VARIABLES
   Actual styles live in assets/css/main.css
   ========================================================= */

:root {
	--iis-gold:        #c9a84c;
	--iis-gold-dark:   #a8872e;
	--iis-gold-light:  #e2c06d;
	--iis-black:       #0a0a0a;
	--iis-dark:        #1a1a1a;
	--iis-mid:         #2a2a2a;
	--iis-off-white:   #f5f5f5;
	--iis-gray:        #888888;
	--iis-border:      rgba(201, 168, 76, 0.25);
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	font-size: 16px;
}

body {
	background-color: var(--iis-black);
	color: var(--iis-off-white);
	font-family: 'Inter', sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
