/*
Theme Name: HPWebSoft
Theme URI: https://hpwebsoft.com/
Author: HPWebSoft
Author URI: https://hpwebsoft.com/
Description: Premium, high-converting digital agency theme for HPWebSoft — built as a blank-canvas base for Elementor Pro. Includes full design system, header/footer builder support, and performance-first markup. Helping businesses move Offline → Online.
Version: 2.0.0
Requires PHP: 7.4
Text Domain: hpwebsoft
*/

/* This file intentionally stays minimal — it only carries the WP theme header
   (required by WordPress to recognize the theme) plus a few safe resets.
   All real design-system CSS lives in assets/css/main.css so it loads
   after Elementor's own stylesheets and can be edited without touching
   the theme declaration file. */

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

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { text-decoration: none; color: inherit; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #0A1128;
  color: #fff;
  padding: 12px 20px;
  z-index: 100000;
}
.skip-link:focus { left: 10px; top: 10px; }
