/*
Theme Name: Infracodez
Theme URI: https://infracodez.com
Author: InfraCodez
Author URI: https://infracodez.com
Description: A high-performance, SEO-optimised WordPress theme for InfraCodez — engineered with surgical minimalism, Elementor-ready, and built for enterprise digital presence. Features full theme options panel, Schema.org markup, Core Web Vitals optimization, and Open Graph social integration.
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: infracodez
Tags: elementor, one-page, full-width-template, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, blog, portfolio, e-commerce

Infracodez Theme — Engineered for Performance.
*/

/* ====================================================
   DESIGN TOKENS (Extracted from Figma — Infracodez)
   ==================================================== */
:root {
  /* Colors */
  --ic-bg:           #f0f4f8;
  --ic-bg-alt:       #eaeff5;
  --ic-surface:      #ffffff;
  --ic-dark:         #0d1117;
  --ic-dark-alt:     #161c22;
  --ic-text:         #161c22;
  --ic-text-muted:   #414753;
  --ic-text-light:   #6b7280;
  --ic-accent:       #005ab5;
  --ic-accent-hover: #0047a0;
  --ic-accent-light: #dbeafe;
  --ic-green:        #09871b;
  --ic-green-light:  #f8fff0;
  --ic-border:       #d1dbe8;
  --ic-border-light: #e8eef5;
  --ic-white:        #ffffff;
  --ic-black:        #000000;

  /* Dark mode surface */
  --ic-card-dark:    #1a2332;
  --ic-card-darker:  #111827;

  /* Typography */
  --ic-font-heading: 'Manrope', sans-serif;
  --ic-font-body:    'Inter', sans-serif;
  --ic-font-label:   'Space Grotesk', sans-serif;
  --ic-font-mono:    'JetBrains Mono', 'Fira Code', monospace;

  /* Font Sizes */
  --ic-text-xs:   0.75rem;   /* 12px */
  --ic-text-sm:   0.875rem;  /* 14px */
  --ic-text-base: 1rem;      /* 16px */
  --ic-text-lg:   1.125rem;  /* 18px */
  --ic-text-xl:   1.25rem;   /* 20px */
  --ic-text-2xl:  1.5rem;    /* 24px */
  --ic-text-3xl:  1.875rem;  /* 30px */
  --ic-text-4xl:  2.25rem;   /* 36px */
  --ic-text-5xl:  3rem;      /* 48px */
  --ic-text-6xl:  4.5rem;    /* 72px */

  /* Spacing */
  --ic-space-xs:  0.5rem;
  --ic-space-sm:  1rem;
  --ic-space-md:  1.5rem;
  --ic-space-lg:  2rem;
  --ic-space-xl:  3rem;
  --ic-space-2xl: 4rem;
  --ic-space-3xl: 6rem;
  --ic-space-4xl: 8rem;

  /* Layout */
  --ic-container: 1280px;
  --ic-container-narrow: 896px;
  --ic-gutter: 1.5rem;

  /* Border Radius */
  --ic-radius-sm:   0.25rem;
  --ic-radius-md:   0.5rem;
  --ic-radius-lg:   0.75rem;
  --ic-radius-xl:   1rem;
  --ic-radius-full: 9999px;

  /* Shadows */
  --ic-shadow-sm:  0 1px 2px rgba(22, 28, 34, 0.06);
  --ic-shadow-md:  0 4px 16px rgba(22, 28, 34, 0.08);
  --ic-shadow-lg:  0 8px 32px rgba(22, 28, 34, 0.12);
  --ic-shadow-xl:  0 20px 60px rgba(22, 28, 34, 0.16);

  /* Transitions */
  --ic-transition: 0.2s ease;
  --ic-transition-slow: 0.4s ease;
}
