/*
Theme Name: Nubes Consulting
Theme URI: https://nubesconsulting.com
Author: Nubes Consulting Digital SL
Author URI: https://nubesconsulting.com
Description: Custom corporate theme for Nubes Consulting Digital SL, an IT outsourcing and digital transformation consultancy based in Madrid, Spain, serving Spanish and international enterprise clients. Built for cloud migration, software modernization and EU delivery-network positioning. Requires the companion assets/css/main.css stylesheet (enqueued automatically).
Version: 2.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nubes-consulting
Tags: custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nubes Consulting is a from-scratch theme. All design tokens live in assets/css/main.css.
This file intentionally stays minimal (WordPress requires it for theme metadata) plus a tiny
reset so the theme renders sanely even if main.css fails to load.
*/

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
