/*
Theme Name: Robust
Theme URI: https://robust-it.com/theme
Author: Robust IT Engineering Team
Author URI: https://robust-it.com
Description: Production-ready custom WordPress theme for Managed IT Services Providers (MSP), Technical Support Companies, and Enterprise IT Infrastructure. Built with strict WordPress Coding Standards, modern Gutenberg compatibility, Schema.org SEO, accessibility, and zero external page builders.
Version: 1.0.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: robust
Domain Path: /languages/
Tags: managed-it, technical-support, custom-header, custom-menu, featured-images, theme-options, translation-ready, accessibility-ready, block-patterns

Robust WordPress Theme (C) 2026 Robust IT Services Inc.
*/

:root {
  --robust-primary: #0056D2;
  --robust-primary-dark: #0042A5;
  --robust-secondary: #0F172A;
  --robust-accent: #14B8A6;
  --robust-bg: #F8FAFC;
  --robust-text: #334155;
  --robust-font: 'Poppins', sans-serif;
}

body {
  font-family: var(--robust-font);
  background-color: var(--robust-bg);
  color: var(--robust-text);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
