/*
Theme Name: TwoArray
Theme URI: https://twoarray.com
Author: TwoArray
Author URI: https://twoarray.com
Description: Modern professional theme for TwoArray — DevOps, DevSecOps, SRE, FinOps, AIOps and Cloud Services company.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twoarray
Tags: full-width-template, custom-menu, custom-header, custom-background, featured-images, threaded-comments, responsive-layout
*/

/* Base reset — real styles live in assets/css/main.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; background: #050B18; color: #E2E8F0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
